Help for this page

Select Code to Download


  1. or download this
    [mysqld]
    sql_mode=IGNORE_SPACE
    
  2. or download this
    MariaDB [test]> create table foo (c_foo integer);
    Query OK, 0 rows affected (0.46 sec)
    ...
    1 row in set (0.00 sec)
    
    MariaDB [test]>