select * from easybuy_product where ep_stock like 'between 999 to 1002';
为什么这句话查不出任何结果?不存在表名和列名错误,表中数据在998和1000之间,麻烦大家帮个忙,谢谢
------解决方案--------------------
- SQL code
select * from easybuy_product where ep_stock between 999 and 1002;
select * from easybuy_product where ep_stock between 999 and 1002;