Subject | Re: Semantics of "for select" |
---|---|
Author | woodsmailbox |
Post date | 2009-02-07T16:04:32Z |
> I think that you must not change anything that can affect resultof select.
I try avoiding it, but there are useful patterns that require it. For
instance, you want to synchronize table1 and table2. You do a full
outer joint between them and check on the non-matching records on
either side (one side gets you new records, the other side gets you
records you should delete). How do you add/delete those records in
table1 to sync it to table2?