thedate=’2000-01-01’;
query1.sql.add(’select * from abc where mydate>cast(’+’’+thedate+’’+’ as date)’);
如果比较日期时间型,则为:
where mydatetime>to_date(’2000-01-01 10:00:01’,’yyyy-mm-dd hh24:mi:ss’);
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/
发布: 2008-10-22 10:45 | 作者: 不详 | 来源: 测试时代采编 | 查看: 65次 | 进入软件测试论坛讨论
文章来源于领测软件测试网 https://www.ltesting.net/