Viewing 4 posts - 1 through 4 (of 4 total)
thanks greg.
does the column have to be empty? if so is there anyway round this, the column has 185000 records in.
October 3, 2003 at 2:10 am
#476920
I tried the following:
alter table "text_messages_sent"
alter COLUMN "Action_Date" DATE
but get the error message:
ORA-01735: invalid ALTER TABLE option
am i missing something simple?
October 2, 2003 at 8:57 am
#476792
Thanks bill the problem was the matching columns are differant VARCHAR length's as you suggested.
October 2, 2003 at 1:15 am
#476685
Thanks SQLBill your a star.
October 1, 2003 at 8:57 am
#476564