Mega Code Archive

 
Categories / MySQL / Table Index
 

A table contains only one column

mysql> mysql> CREATE TABLE t (id INT); Query OK, 0 rows affected (0.00 sec) mysql> mysql> drop table t; Query OK, 0 rows affected (0.00 sec) mysql> mysql>