我有一个 MySQL 表,它有一个product_id字段(大整数)
110233000811023300251102330070110301000911030100101103020006...
我想选择具有product_id = 110301****. 我尝试使用此查询:
SELECT * FROM `product` WHERE (product_id/10000)=110301
但它不会通过此消息返回任何值:
MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0005 sec )