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 `
Try this: SELECT * FROM table WHERE price like 101.31;