| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: thinking about UPDATE
"Marshall Spight" <mspight_at_dnai.com> wrote in message news:N0mLc.114236$WX.22912_at_attbi_s51...
> But what the heck is UPDATE?
Try this with your SQL DBMS:
- define a table T with a primary key F of type integer - insert several records with consecutive values for F (like 1,2,3,...) - try UPDATE T SET F=F+1 and see what happen
MS ACCESS 2002 and Visual FoxPro 8.0 give a key violation error. SQL Server 2000 execute the update without complaining.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
![]() |
![]() |