2
I have an already populated table. In it there is a field not null, which I need to set to null. In graphical mode does not accept and says I have to recreate the table. Is there a way to do this without me having to drop the table and still keep the data? Is there any way to do this?
What message does it give?
– PauloHDSousa
It must have a method of copying the data from the table and saving them in an external file, so you can
dropar
and recreate the table...– mutlei