输入banner图图片脚本导航/分类

sql语句的字段zhuanchengDate

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