oracle的to_date、to_char对应mysql的什么语法
摘要:
1.oracle的date转string用to_char,string转date用to_date 例如: select to_char(sysdate,'yyyymmdd') from dual select to_date('20210301','yyyymmdd') from dual 2.my 阅读全文
posted @ 2021-06-01 09:22 果果smile 阅读(4447) 评论(0) 推荐(0)