How can a user get the current SQL version?

Answer Posted / hrindows@gmail.com

The syntax for getting the current version of MySQL:
SELECT VERSION ();

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use mysqli instead of mysql?

763


How to delete an existing column in a table?

695


how to dump all databases for backup. Backup file is sql commands to recreate all db's.

653


How to convert character strings to numeric values?

821


How you can create a trigger in mysql?

743


How show all tables in mysql query?

677


How to load a csv file into a table

758


What are different types of queries?

688


What is default schema in mysql?

686


What is an index? How can an index be declared in mysql?

676


How can you export the table as an xml file in mysql?

684


how to display nth highest salary from a table in a mysql query? : Mysql dba

796


What is the difference between truncate and delete?

797


Which is faster innodb or myisam?

726


What are the two types of queries?

655