时间:2021-07-01 10:21:17 帮助过:23人阅读
ms_sql:
convert(datetime,‘2010-11-13‘)
cast(‘2017-01-01‘ as datetime)
Oracle:
to_date(‘2017-01-01‘)
mysql:
date_format(‘2017-01-01‘,‘%Y-%c-%d‘)
sql语句的字段zhuanchengDate
标签:form time convert mysq cheng mysql to_date 字段 ext