select topic FROM table1 WHERE uri LIKE '$q' #### EXPLAIN SELECT topic FROM table1 WHERE uri LIKE 'something' #### SHOW CREATE TABLE table1;