Re: computational model of transactions
From: David Cressey <dcressey_at_verizon.net>
Date: Sun, 06 Aug 2006 13:13:10 GMT
Message-ID: <GVlBg.1553$Fl2.110_at_trndny01>
Date: Sun, 06 Aug 2006 13:13:10 GMT
Message-ID: <GVlBg.1553$Fl2.110_at_trndny01>
> How about: Delete from table a where id = 1 and x = 2; insert into table
> a values (id=1, x = 7); ?
PMFJI. Can you tell us why you didn't bracket the two operations above by something that would indicate that they are both part of the same transaction? Or are they separate transactions? Received on Sun Aug 06 2006 - 15:13:10 CEST