sql语句的字段zhuanchengDate
Posted 还行吗年轻人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的主要内容,如果未能解决你的问题,请参考以下文章