帮我找一下错误是在哪
create table #sort (
id INTEGER,
name varchar(45),
address varchar(45),
primary key(id)
);drop table #sort;