in our MySQL queries we have multiple statements and would like to run them within one single macro.
Unfortunately the macro only executes part of them although the settings are "allow multiple statements"
this is the order of commands:
1 DROP TABLE IF EXISTS
2 CREATE TABLE
3 DELETE FROM
4 SELECT
1-3 is executed and runs within one single macro without problems. But "4. SELECT" is not executed.
I would like to know if there is a way to have all statements within one macro.
Dr. Frank Gaeth