CREATE TABLE lookup (id INT, INDEX USING BTREE (id)) ENGINE = MEMORY;复制
CREATE TABLE lookup
(id INT, INDEX USING BTREE (id))
ENGINE = MEMORY;