Топ-100
top of page
Волнистый абстрактный фон
CerebroSQL

DAYNAME

База данных: MySQL

68747470733a2f2f7374796c65732e7265646469746d656469612e636f6d2f74355f32716d366b2f7374796c65

Topic

Syntax:
DAYNAME(date)

Returns the name of the weekday for date. The language used for the
name is controlled by the value of the lc_time_names system variable.

Example

mysql> SELECT DAYNAME('2007-02-03');
-> 'Saturday'

bottom of page