desc table名称 Read More
posted @ 2018-07-10 17:06 anaelzwm Views(336) Comments(0) Diggs(0)
在oracle中如果字段设置为时间戳类型了,字段值如:ordertime 30-3月 -18 04.33.51.000000 下午 这个格式的话在加条件判断是不太号操作,需要转化为标准的日期格式 如下可以转为表准的日期格式 to_char(ordertime,'yyyymmdd hh24:mi:ss Read More
posted @ 2018-07-10 16:44 anaelzwm Views(3730) Comments(0) Diggs(0)