Delete Warning Bug in SQL Prompt
vsha041
Posts: 6 New member
I have two delete statements like this:
delete from table1;
delete from table2;
When I just select and run the first query, I get the warning below.
But when I select both the statements and run the query, I get no warning and it just executes both statements.
SQL Prompt Version - 9.5.14.11144
delete from table1;
delete from table2;
When I just select and run the first query, I get the warning below.
But when I select both the statements and run the query, I get no warning and it just executes both statements.
SQL Prompt Version - 9.5.14.11144
Tagged:
Best Answers
-
squigley Posts: 249 Gold 1Good Afternoon!Just wanted to give you an update that I was able to replicate this on my end. I will be escalating this to the developers and will let you know of our next steps.Thanks!
Answers