Help for this page

Select Code to Download


  1. or download this
    INSERT into the_table(foo, bar, baz) values(...)
    
  2. or download this
    INSERT into the_table values(...)
    
  3. or download this
    SELECT foo, bar, baz FROM the_table WHERE ...
    
  4. or download this
    SELECT * FROM the_table WHERE ...