Fórum Como alterar campo de null p/ not null #43806
19/04/2004
0
Pessoal, como alterar campo de null p/ not null??
Ntrafa
Curtir tópico
+ 0
Responder
Posts
19/04/2004
Edison_br
update RDB$RELATION_FIELDS set
RDB$NULL_FLAG = 1
where (RDB$FIELD_NAME = ´NOMECAMPO´) and
(RDB$RELATION_NAME = ´NOMETABELA´)
;
Edison de Brito
RDB$NULL_FLAG = 1
where (RDB$FIELD_NAME = ´NOMECAMPO´) and
(RDB$RELATION_NAME = ´NOMETABELA´)
;
Edison de Brito
Responder
Gostei + 0
19/04/2004
Ntrafa
Muito obrigado edson.............
Responder
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)