M
Manolain
I cant find the way to create a text field that allows null values
This is the syntax I am trying is following:
alter table xxx add column xcxc text(20) null
but when I do this, although parameter 'required' is 'No' parameter
'allow 0-length string' is aslo set to No
thank you for your response
This is the syntax I am trying is following:
alter table xxx add column xcxc text(20) null
but when I do this, although parameter 'required' is 'No' parameter
'allow 0-length string' is aslo set to No
thank you for your response