Subject change size of varchar field
Author Matej Golob
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