date funciton
Answers were Sorted based on User's Feedback
Answer / sudhanshu_kmr
use anyone ....
select curdate();
select current_date();
select date(now());
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / john
select curdate();
select current_date();
select date(now());
Is This Answer Correct ? | 3 Yes | 0 No |
List the different types of normalization?
Where MyISAM table will be stored and also give their formats of storage?
Can mysql scale horizontally?
What is mysql url?
What is a session in mysql?
How do I edit a table in mysql?
How to find the unique values if the value in the column is repeated?
Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?
What is meant by decimal (5,2)?
How to check if value already exists in mysql database in php?
How to show all tables with 'mysql'?
What is the role of a limit in a mysql query?