Help for this page

Select Code to Download


  1. or download this
    select table_a.id as "id1", table_b.id as "id2", ...
    
  2. or download this
    select "id1" = table_a.id, "id2" = table_b.id, ...