Error: 1113 - SQLSTATE: 42000 ER_TABLE_MUST_HAVE_COLUMNS

March 11th, 2009

Description:
Message: A table must have at least 1 column

admin MySql-Server

  1. admin
    April 8th, 2009 at 15:19 | #1

    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

  1. No trackbacks yet.