Answer:
Both will produce the same Date but
current_timestamp will produce Current date along-with current time and
curdate will produce Current date only no time.
After executing above query,below output will be displayed.
2013-12-04 15:20:38.833
2013-12-04
There is difference between both in MYSql.
Asked In: Many Interviews |
Alert Moderator