guage_names is varchar incharge_id is integer table has a column option_id which is unique,primary and autoincreament.
There is a row in the table with incharge_id 86
But the query is failing.
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option WHERE incharge_id = 260' at line 1
SELECT guage_names FROM option WHERE incharge_id = 86