Description:Message: A table must have at least 1 column
admin MySql-Server
Specify at least one column when creating a table. Follow this format: mysql> CREATE TABLE ( , …); Refer to MySQL tutorial for more information: http://dev.mysql.com/doc/refman/5.1/en/creating-tables.html
Specify at least one column when creating a table. Follow this format:
mysql> CREATE TABLE ( , …);
Refer to MySQL tutorial for more information:
http://dev.mysql.com/doc/refman/5.1/en/creating-tables.html