Subject | change size of varchar field |
---|---|
Author | Matej Golob |
Post date | 2003-12-28T22:03:26Z |
How can I change size of varchar field in the table? With oracle I can do
alter table TABLE_NAME modify FIELD_NAME VARCHAR(new_size)
but it doesn't work with firebird...
Thanks for help.
Matej
alter table TABLE_NAME modify FIELD_NAME VARCHAR(new_size)
but it doesn't work with firebird...
Thanks for help.
Matej