in reply to Re: Re: Calling SQL with embedded quotes
in thread Calling SQL with embedded quotes
The same syntax can be used for UPDATE. Very nice for doing set based operations.delete mytable from mytable m, theirtable t where m.somevalule = t.somevalue and ...
Michael
|
---|