字符串转换成date类型

SQL查询将字符串转换成date类型

select * from emp where HIREDATE=str_to_date('1981-02-20','%Y-%m-%d');//mysql

select * from lccont where cvalidate=to_date('2018/1/27','yyyy/mm/dd');//Oracle

你可能感兴趣的:(字符串转换成date类型)