Help for this page

Select Code to Download


  1. or download this
     SELECT *
     FROM table1
    ...
     SELECT *
     FROM table1 JOIN table2 ON table1.category = table2.parent_id
     WHERE table2.parent_id = 1