Quantcast
Channel: Articles– GeeksforGeeks
Viewing all articles
Browse latest Browse all 339

SQL | Date functions

$
0
0

In SQL, dates are complicated for newbies, since while working with database, the format of the date in table must be matched with the input date in order to insert. In various scenarios instead of date, datetime (time is also involved with date) is used. In MySql the default date functions are: NOW(): Returns the… Read More »

The post SQL | Date functions appeared first on GeeksforGeeks.


Viewing all articles
Browse latest Browse all 339

Trending Articles