Re: Syntax Error on Sproc
Time stub:
...
SET @query3=...
SELECT "Before query3", Now();
EXECUTE @query3;
SELECT "After query3", Now();
...
Display query:
...
SET @query3=...
SELECT @query3;
...
Copy and paste that query into a text editor, add EXPLAIN EXTENDED to the front of it, and run that command in the mysql client.
Subject
Views
Written By
Posted
2930
March 13, 2013 08:12AM
1175
March 13, 2013 09:59AM
1228
March 13, 2013 10:04AM
1213
March 13, 2013 10:24AM
1283
March 13, 2013 10:50AM
Re: Syntax Error on Sproc
1144
March 13, 2013 12:15PM
1673
March 12, 2013 07:16AM
1277
March 12, 2013 09:42AM
1102
March 12, 2013 10:00AM
1266
March 12, 2013 10:26AM
1169
March 12, 2013 02:35PM
1195
March 12, 2013 08:04PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.