sql查询日期
ASP 2008/2/14 8:03:07 点击:不统计
select * from book where id=1
select * from book where pub_date=#2002-1-7# (Access)
select * from book where pub_date=’2002-1-7’ (SQL Server)
·上一篇:asp连接sql server数据库 >> ·下一篇:UTF8编码转换为汉字 >>
select * from book where id=1
select * from book where pub_date=#2002-1-7# (Access)
select * from book where pub_date=’2002-1-7’ (SQL Server)