Delphi7查询数据库怎么查询两个字段之间的所有记录?

2025-03-30 20:13:47
推荐回答(2个)
回答(1):

str_sql := Format('select * from OrderBill where BillNo between %s and %s', [QuotedStr(edit1.Text), QuotedStr(edit2.Text)]);

回答(2):

hks554488 回答得很好了。希望意思没理解错