Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
とにかくこれを行う方法はありますか?これを明示的に述べる別のステートメントがあることは知っていますが、create table ステートメントでインデックスを指定する方法はありますか?
CREATE TABLE lookup (id INT, INDEX USING BTREE (id))