mysql中没有select into 这种用法。 替代方法: insert into new_tab(id,name,pwd) select id,name,pwd from old_tab [where ...]