June 17, 2016 at 12:02 am
I've read that when updating a CTE which is based on multiple tables, if the update affects just one
of the tables which make up the CTE, then the update is possible but the result is not always guaranteed to be
as you expect.
If updating a table using a CTE which is based on multiple tables has this caveat,
how does one know ahead of time which update will work and which one will not?
June 21, 2016 at 4:55 pm
SQLUSERMAN (6/17/2016)
I've read that when updating a CTE which is based on multiple tables, if the update affects just oneof the tables which make up the CTE, then the update is possible but the result is not always guaranteed to be
as you expect.
If updating a table using a CTE which is based on multiple tables has this caveat,
how does one know ahead of time which update will work and which one will not?
Do you have a URL for where you read this to help clarify the context?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply