error in mysql syntax

前端 未结 3 1653
傲寒
傲寒 2021-01-25 14:56

while executing the following query, i get an error that there\'s an error in the syntax near line 9. since i\'m using mysql workbench, i can\'t really figure out what could be

3条回答
  •  鱼传尺愫
    2021-01-25 15:28

    It looks like you need a column name in the parentheses after the INDEX keyword?

    See http://dev.mysql.com/doc/refman/5.5/en/create-table.html.

提交回复
热议问题