Can we have the table name as “option” in MySQL?

后端 未结 8 1176
挽巷
挽巷 2020-12-19 01:41

I am very, very new to MYSQL.I tried to create a table named \"option\". My SQL Query is :

create table option(

id int not

8条回答
  •  执笔经年
    2020-12-19 02:10

    Better you select the other tablename.Ohterwise maintaining our code will be difficult.

提交回复
热议问题