主题:between ...and....
[求助]
问下在sql语句中的between ...and...语句..
其中他们之间写的是一个时间,比如between 2006-05-24 and 2006-06-13
但是如果这个日期用的是一个变量是怎么写的程序,
我这样写 ('select bookid,bookname from brobook where brodate between '+temp+' and '+now+'');//temp 是一个时间的变量.
总是显示错误..
帮忙看看这个程序到底这么写.
问下在sql语句中的between ...and...语句..
其中他们之间写的是一个时间,比如between 2006-05-24 and 2006-06-13
但是如果这个日期用的是一个变量是怎么写的程序,
我这样写 ('select bookid,bookname from brobook where brodate between '+temp+' and '+now+'');//temp 是一个时间的变量.
总是显示错误..
帮忙看看这个程序到底这么写.