Subject | Problem with renaming a column |
---|---|
Author | Sławek Cabaj |
Post date | 2010-12-13T09:46:38Z |
Hello again,
One more, perhaps not complicated :) problem
When I want to change a column name
alter table VEHICLES alter column INVOICE_DATE to INVOICE_DATE_2; commit;
get
column INVOICE_DATE is not defined in table VEHICLES
But it is still there
I've recreated the database from a copy but it did not help :(
The table is empty.
??
[Non-text portions of this message have been removed]
One more, perhaps not complicated :) problem
When I want to change a column name
alter table VEHICLES alter column INVOICE_DATE to INVOICE_DATE_2; commit;
get
column INVOICE_DATE is not defined in table VEHICLES
But it is still there
I've recreated the database from a copy but it did not help :(
The table is empty.
??
[Non-text portions of this message have been removed]