sql server, mysql

 

MySQL中没有DATEPART函数,与之对应的是EXTRACT函数。

 DATEPART(datepart,date)

http://www.w3school.com.cn/sql/func_datepart.asp

 EXTRACT(unit FROM date)

http://www.w3school.com.cn/sql/func_extract.asp

你可能感兴趣的:(sql server, mysql)