Help for this page

Select Code to Download


  1. or download this
    select topic FROM table1 WHERE uri LIKE '$q'
    
  2. or download this
    EXPLAIN SELECT topic FROM table1 WHERE uri LIKE 'something'
    
  3. or download this
    SHOW CREATE TABLE table1;