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
Drive directory reference change /dev/sda to /dev/sdb etc
Transport-level error / (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
Trigger to extract bytea or blob object after it's inserted
WIX Installer Question
Php concanation text
Dell proprietary XP version?
Access Report Help Needed
How to reset PHP Session Handler to default
Use slf4j with properties file
Domain rename prior to consolidation