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
How to declare the document I'm working in
extending jQuery autocomplete plugin functionality
how the BIOS read (load) the first 512 bytes of a bootable hard disk
Blank screen After WIn XP splash screen.
Exchange Server 2010 Delegate Access
IE8 initial setup
Exchange 2003 Event 116
SNMP polling
How To Check Packets for Urls
Outlook Disconnected to Exchange Over VPN