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
change SQLserver 2005 to mix mode
Setting up my first database driven web site
wordpress causing infinite tabs opening?
Setting Compatibility Mode in IE8 using JavaScript
Excel Date Time format conversion yyyy-mmm-dd hh:mm:ss to mm/dd/yyyy hh:mm:ss
SBS 2003 / Error: too many hops (delivery attempts: 0)
How to enable workstation users to install software through GPO using SBS 2008
GridView control scroll bars are not visible on page reload
Crystal cross-tab page numbering
HELP! Windows SBS 2008 server keeps hanging URGENT!