MySQL Information and Resources |
Custom Search
|
Oracle | SQL Server | Sitemap
SQL Cheatsheet Description
Various MySQL SQL functions for working with dates.
Cheatsheet
Description |
Function |
| Get date | curdate() |
| Get time | curtime() |
| Extract day name from date | dayname(string) |
| Extract day number from date | dayofweek(string) |
| Extract month from date | monthname(string) |