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))