Microsoft
Software
Hardware
Network
Question : Delete column data from Table
Hello,
For some reason I forgot how to delete column data from an Oracle table.
Please help
DELETE Column1 FROM TABLE1;
Thanks
Answer : Delete column data from Table
if you want to drop the column completely, you want to use:
ALTER TABLE TABLE1 DROP COLUMN Column1;
if you just want to empty the column data:
UPDATE TABLE1 SET Column1 = NULL;
Random Solutions
storing multiple image in one field
Install Server 2008
How to open .BMP file with Internet Explorer in Windows XP OS.
Avast home edition
Windows Time Issue for 2003 Server
How to archive IMAP mail in outlook?
Mail stuck in Lotus oubox
COM security setting / edit limits
Accessing an FTP server internally that is on a different subnet.
SharePoint list image link