sql - Update foreign key column from not null to null -


how can update foreign key column in table not null null without having recreate table?

i tried use this:

update tblproduct  set consumerid not null 

please advise, thank

did try this?

alter table [table] alter column [column] integer null 

Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -