B
Bitman
Unregistered / Unconfirmed
GUEST, unregistred user!
最近作了一个小程序,它涉及到对日期的查询
我的sql是这样写的
select * from jb where 日期<{^2001/09/01}
这个sql在vfp里面能通过,但在delphi下不行,
后来我按delphi帮助里面说的换成
select * from jb where 日期<"2001/09/01"
但是依然通不过,现在实在是头疼无比,希望各位大虾能帮我解决这个困难
我的sql是这样写的
select * from jb where 日期<{^2001/09/01}
这个sql在vfp里面能通过,但在delphi下不行,
后来我按delphi帮助里面说的换成
select * from jb where 日期<"2001/09/01"
但是依然通不过,现在实在是头疼无比,希望各位大虾能帮我解决这个困难