I'm not sure whether I understand properly, but it depends on the type of the column in the table.
You should do
"SELECT * FROM price_list WHERE condition" in case the condition is boolean or
"SELECT * FROM price_list WHERE condition = $some_variable"
Zdenek