in reply to Calling SQL with embedded quotes
No. In Sybase Transact-SQL, the from keyword in a delete statement is optional.
delete mytable from mytable m, theirtable t where m.somevalule = t.somevalue and ... [download]
Michael