mysql>mysql> CREATE TABLE myTable( -> ID TINYINT UNSIGNED NOT NULL DEFAULT 1, -> Name VARCHAR(50) NOT NULL -> );Query OK, 0 rows affected (0.03 sec)mysql>mysql>mysql> INSERT DELAYED INTO myTable SET ID=1, Name='C';Query OK, 1 row affected (0.02 sec)mysql>mysql> select * from myTable;Empty set (0.00 sec)mysql>mysql> drop table myTable;Query OK, 0 rows affected (0.01 sec)
Name (required)
email (will not be published) (required)
Website