Help for this page

Select Code to Download


  1. or download this
    SELECT a, b, c, d from foo, bar where foo.id = bar.id;
    
  2. or download this
    SELECT * from foo, bar where foo.id = bar.id;