lcVillkor1 = "table.numbers > 1"
SELECT * FROM table WHERE lcVillkor1 ORDER BY table.numbers
我得到了错误 - SQL: WHERE clause is invalid
。
我已经尝试了几乎所有可能的组合
"table.numbers > 1", (table.numbers > 1), "(table.numbers > '1')"
ETC..
我试图从表格中获取一些帖子(其中数字大于 1)以打印出来。