Using SQLx is it possible to create a query that contains multiple SELECTs? I have created one but I only can receive the first one. Maybe I can switch between them later?
For example if I call a procedure then a select the result won't be set. The plugin says "[MySQL] No result set in this query!".
Of course I can put the select in the procedure and the problem is gone but I don't think it's a nice solution.