📜  星期几sqlite - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:35.046000             🧑  作者: Mango

代码示例1
# See https://www.sqlitetutorial.net/sqlite-date-functions/sqlite-strftime-function/
# for different parts of the date
SELECT strftime('%w', date_column) 
FROM table_n;