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
What is mysql_query?
Does facebook still use mysql?
Explain the difference between mysql and mysql interfaces in php?
Can varchar be primary key?
What is the function of myisamchk?
What you can use regular expression for in mysql?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
What ascii 31?
How do I delete a row in mysql?
What is required to create mysql database?
How do I run mysql from command line?
Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.
What is mysql community server?
How to check if a record exists in a mysql database php?
Can you tell the difference between $message and $$message?