Subject How alter column to be NOT NULL
Author svanderclock
hello,

as their is not alter column .. NOT NULL can i do like this to set a column to be not null : UPDATE RDB$RELATION_FIELDS SET RDB$NULL_FLAG = 1 where ... ??

thanks
stephane