Home > Database > Mysql Tutorial > How can we discard MySQL statements during processing?

How can we discard MySQL statements during processing?

王林
Release: 2023-08-26 15:05:06
forward
1211 people have browsed it

How can we discard MySQL statements during processing?

#With the \c command, we can discard MySQL statements during processing. Consider the following example, in the middle of a statement we want to discard it, then we use the \c option -

mysql> Select *
   -> from\c
mysql>
Copy after login

The above query shows that after using the \c option, MySQL discards the statement and returns to the prompt.

The above is the detailed content of How can we discard MySQL statements during processing?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template