如何从Excel(VBA)发送多语句MySQL查询?

将.CommandText设置为“set @ v1:= 8; select @ v1”会导致语法错误,但像.CommandText =“select 8”这样的任何单个查询都可以正常工作。