Topic: PG SQL Trouble
I've got this query
$SQL = "SELECT DISTINCT reward_item, reward_ql, mission_ql FROM mission_reward WHERE reward_item LIKE \"%basic%\" ORDER BY reward_item, reward_ql";
And i have in db:
A Basic Left-Arm Implant - Refined | 204 | 204
A Basic Left-Wrist Implant - Refined | 200 | 200
I can't figure out why it won't work or what i have done wrong...
Any ideas?