在MySQL中,怎样批处理
像SQL_Server一样
比如
insert into userinfo(name) values('ccc')
select * from userinfo怎样让这两句话一起执行??