DAYOFWEEK(date) 返回日期date是星期幾(1=星期天,2=星期一,……7=星期六,ODBC標準) mysql> select DAYOFWEEK('1998-02-03'); -> 3. WEEKDAY(date)
確定! 回上一頁