Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Indexes and Foreign Keys
On Sat, 11 Mar 2006 23:13:10 +0000, ianal Vista wrote:
> Please provide a functioning example SQL statement that 'changes' a PK
> value.
UPDATE EMP SET EMPNO=1234 where ENAME='KING';
-- http://www.mgogala.comReceived on Sat Mar 11 2006 - 20:53:23 CST