

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How the MySQL command that you are in the process of entering can be canceled?
Suppose if we do not want to execute a command that we are entering, then we can use a clear \c option which clears the current input. For example, the use of \c option can be done as follows −
mysql> Select * -> from\c
In the example above, when we use \c in a statement, MySQL clears the current input and returns back to the MySQL prompt for accepting other statements.
- Related Questions & Answers
- What are the things that you can do normally when you are pregnant?
- Entering MySQL Queries
- Maximum number of threads that can be created within a process in C
- What are the different wildcard characters that can be used with MySQL LIKE operator?
- What are the different wildcard characters that can be used with MySQL RLIKE operator?
- What are the different unit values that can be used with MySQL INTERVAL keyword?
- What is the use of Get-Process command in PowerShell?
- What are the situations that give you goosebumps?
- How can Tensorflow be used to pre-process the flower training dataset?
- What are the skills in digital marketing that can get you a job instantly?
- Entering JSON data into MySQL?
- How can Tensorflow be used to export the model so that it can be used later?
- Area of the largest triangle that can be inscribed within a rectangle?
- MYSQL: Can you pull results that match like 3 out of 4 expressions?
- The MySQL Command-Line Client
Advertisements