sql 语句

2025-12-17 11:23:15
推荐回答(1个)
回答1:

rs.open "select * from chengjiao where auditing='0' order by dtime desc",conn,1,1

如果auditing是字符型的话,没错

如果是数字的
rs.open "select * from chengjiao where auditing=0 order by dtime desc",conn,1,1