如何在 ImpressPages 4.x 上的条件(、、、、)<
中>
使用<=
大于或小于 sql 。>=
我尝试了类似以下的操作,但在功能上出现ipDb()->update()
错误ipDb()->delete()
:
ipDb()->delete('Persons', array('age <=' => 18));
ipDb()->delete('Persons', array('age >' => 80));
ipDb()->delete('Persons', array('age <' => 25));
ipDb()->delete('Persons', array('age >=' => 41));
错误:
未找到列:1054 未知列“where 子句”中的“年龄 <=”