Oracle-日期转化数字的方法

1. 首先你需要先把日期转化为字符   to_char(sysdate,'yyyymmdd')

 

2. to_number(to_char(sysdate,'yyyymmdd'))

你可能感兴趣的:(Oracle-日期转化数字的方法)