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
Server Recommendation (File Server & Terminal Server)
Check colum A for names in the name matches a sheet name in any workbook then copy to the sheet where we are quering from.
extract max value with adjacent column data
DBGrid's content into email
Docushare vs. Docushare Cpx ?
Cant get vista to view my web site correctly!
SBS 2008 move data feature crashes
Decommissioning a xenserver / removing from xencenter pool
Show Date time on webpage -coldfusion,jquery
Unable to receive email forwarded into Lotus Domino 8 from Exchange Server 2007