
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
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
Print Structured MySQL SELECT at Command Prompt
To print, the syntax is as follows −
mysql -uroot -t -e "your Select Query " -p
To implement the above syntax, let us open the command prompt −
Now, reach the MySQL bin −
Let us implement the above syntax to easily print structured SQL select. Following is the query −
This will produce the following output −
Advertisements