0

Is there anyway way you can do this? I know there are separate statements to explicitly state this but is there a way you can specify an index in the create table statement?

0

1 Answer 1

1
CREATE TABLE lookup
(id INT, INDEX USING BTREE (id))
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.