..


Sponsored Links

WEEKDAY

The WEEKDAY function returns the day of the week from a date. The result returned is numeric:

  • 0 = Monday
  • 1 = Tuesday
  • 2 = Wednesday
  • Thursday 3 =
  • 4 = Friday
  • 5 = Saturday
  • 6 = Sunday
Here's an example:
 



 SELECT WEEKDAY ('2009-03-18 ');

 
return 2 (ie Wednesday).

In the same category ...
E-Learning
MS Access (Advanced) MS Access (Advanced)
Learn how to create and manage databases quickly and easily. Starting from 29 €.
MySQL (Course) MySQL (Course)
Management of open-source database. From 39 €.
SQL and Database (Course) SQL and Database (Course)
Create and manage relational databases. From 39 €.
Sponsored Links