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
Screen lock/unlock
office 2003 keeps self installing over 2007
Question about Exchange 2010 mailbox move.
jQuery Dialog Ajax PHP problem
Setting Compatibility Mode in IE8 using JavaScript
open and read a *.xlsx file
I am new to webservices, please help.
Filemaker Pro Basic Formatting Email Text
XP runs slow error 0XC000005e,The Security System detected an attempted downgrade attack for server
C# DirectoryServices application question