I am trying to do a SELECT match on a table based upon an identifier and a price, such as:
SELECT
SELECT * FROM `table` WHERE `ident`=\'ident23\' AND `
Does this work?
SELECT * , ROUND( price, 2 ) rounded FROM table WHERE ident = 'ident23' HAVING rounded = 101.31