Alter table - from varchar to blob
644257Jun 10 2008 — edited Jun 10 2008Hi all,
i want to edit a column and want to change the properties from varchar to blob. I have tried it with:
ALTER TABLE dmImage
MODIFY (label BLOB)
but the script runs into an error.
OK, for the most of you a simple question but i´m a real Oracle-SQL Noob :|
Best regards
nic.