create table table_fruits ( ・・・ , CONSTRAINT table_fruits_PKC PRIMARY KEY (id) ) CREATE INDEX PRIMARY ON table_fruits(id)
とすると、
SQL : #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PRIMARY
ON table_fruits(id)' at line 1
とエラーが出ます。
消すと通ります。
何か書き方が間違っていますか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/04/28 06:00
2021/04/28 06:04
2021/04/28 06:06
2021/04/28 06:07
2021/04/28 06:10
2021/04/28 06:10
2021/04/28 06:28
2021/04/28 06:33