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

What is mysql_query?

620


Does facebook still use mysql?

692


Explain the difference between mysql and mysql interfaces in php?

773


Can varchar be primary key?

689


What is the function of myisamchk?

734


What you can use regular expression for in mysql?

691


how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.

694


What ascii 31?

726


How do I delete a row in mysql?

708


What is required to create mysql database?

741


How do I run mysql from command line?

726


Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.

780


What is mysql community server?

689


How to check if a record exists in a mysql database php?

663


Can you tell the difference between $message and $$message?

727