同一个表,数据记录为2000条,分别用table1和query1连接查询却得不到相同结果,以下是代码:
showmessage(inttostr(table1.recordcount))显示为2000条,是正确的。
用query连接,其sql语句是:select * from lxq,但
showmessage(inttostr(query1.recordcount))却显示1815条,少了185条记录,不知可能什么原因?