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
Styling a Dropdownlist using CSS
SubReport pushes text and controls of Main Access report
Exchange 2010 mailbox move and activesync issue
SQL 2k Database restore using only MDF flies
Create an automatic snapshot process and ideally a copy process with ESXI 4.0
WINDOWS XP PRO MEDIA EDITION RECOVERY
Enteprise Application Documentation Application
Design not showing in Visual Studio
Reading bits in C++
Watchguard XTM 505 or FIREBOX X550E - is it too soon to jump?