I have a varchar column that needs more space. How can I increase the size of the column (the number of characters it can have inserted into it), and not lose the data that is in there?
Thanks!
I have a varchar column that needs more space. How can I increase the size of the column (the number of characters it can have inserted into it), and not lose the data that is in there?
Thanks!
It won't delete the data by default.
When you try to increase column size, it doesn't affect data. while decreasing column size, it should be affected