在DB2数据库中存储时间的时间格式是timestamp,我的SQL语句为:select * from dcontact where proctime between startime and endtime;startime和endtime是20070123格式的,怎转化成timestamp格式的,请高手赐教!!!
...全文
10556打赏收藏
如何将日期格式转换为timestamp
在DB2数据库中存储时间的时间格式是timestamp,我的SQL语句为:select * from dcontact where proctime between startime and endtime;startime和endtime是20070123格式的,怎转化成timestamp格式的,请高手赐教!!!