InterviewSolution
Saved Bookmarks
| 1. |
How can we find the day name of a given date? |
|
Answer» DAYNAME( ) function returns the name of the week day from a date specified as a argument (eg) > SELECT DAYNAME ('1981-11.-19') Thursday |
|