一个取值问题。比如 一个产品价格为10 在读出其他相关大于8小于12的所有产品 [解决办法]select * from tablename where column1 between 0.8*value1 and 1.2*value1