Hello,
I would like to make a structural copy of an existing table and populate it with data from another table - is there an easy way to do this?
The tables are identical except that one allows nulls and another does not -- I am trying to in essence get rid of the allow nulls and the <NULL> values...
Thanks!
I would like to make a structural copy of an existing table and populate it with data from another table - is there an easy way to do this?
The tables are identical except that one allows nulls and another does not -- I am trying to in essence get rid of the allow nulls and the <NULL> values...
Thanks!