Hello,
I'm attempting to query a pricing table (part_price), and I want to return all products (part) whose price (price) is extended out by three or more decimal places (.xxx). For example I want the product whose price is 10.765 (or 100.5327) to be returned, but I don't want the product whose price is 11.23 (or 7.2, or 28) to be returned. Can anyone offer any insight into my conundrum?
Thanks,
JDM
I'm attempting to query a pricing table (part_price), and I want to return all products (part) whose price (price) is extended out by three or more decimal places (.xxx). For example I want the product whose price is 10.765 (or 100.5327) to be returned, but I don't want the product whose price is 11.23 (or 7.2, or 28) to be returned. Can anyone offer any insight into my conundrum?
Thanks,
JDM
Comment