Home » SQL & PL/SQL » SQL & PL/SQL » urgent
urgent [message #21280] Wed, 24 July 2002 00:36 Go to next message
sha
Messages: 84
Registered: July 2002
Member
Hi,
I want to update the table as null values based on primary key.(i.e. no values in the record)
thanx in advance
Re: urgent [message #21281 is a reply to message #21280] Wed, 24 July 2002 01:02 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
update emp set comm = null where empno=3383;
Re: urgent [message #21293 is a reply to message #21280] Wed, 24 July 2002 21:23 Go to previous message
sha
Messages: 84
Registered: July 2002
Member
Hi,
I want to update the all the fields of table not one field.
e.g.
update emp set ename='',sal='';
Is there a way instead of giving all field names as
ename='',sal='' so on
please tell me
thanx in advance
Previous Topic: Joins / substr / LIKE
Next Topic: dblink
Goto Forum:
  


Current Time: Fri Apr 26 00:15:08 CDT 2024