Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE t1 (
      int x default 100,
    ...
    INSERT INTO t1 (y) VALUES (1);
    
    SELECT * FROM t1;