Subject | Re: [firebird-support] How to do a join delete with Flamerobin V 0.9.2.1851 |
---|---|
Author | André Knappstein |
Post date | 2013-03-20T09:13:46Z |
> instead I resorted to execute block, like this (in general terms, notAnd, yet another option.
> adapted to your specific case):
I don't know if it's good or bad, but I do this frequently and have no
problems with performance or results.
If this is not a run-once command, but most likely is feature needed
frequently, consider a stored proc.
You can create a For... Select...into... Begin...End cursor and then
delete all results for that cursor in the "Begin... End" part.