Answer Posted / sudhanshu_kmr
select month(now());
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How MySQL Optimizes DISTINCT?
What is blob in mysql?
What is a longblob?
How to represent ENUMs and SETs internally?
What is mysql enterprise edition?
Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.
Can you shard mysql?
Does mysql need a server?
In mysql, what is the default storage engine?
How many mysql connections can handle?
How to get the number of rows selected or affected by a sql statement?
What is mysql used for?
Is sqlite faster than mysql?
How to use in conditions?
What command is used to delete the data from the table without deleting the table structure?