In sql server, I have a column in a table, I want to make a column into two columns, in another table [new table]. Can you help me.
The above my column in one of my tables now I want to make a column in two, like the UserDefine and Autogenerate column in another table
----------------------------------- UserDefine | AutoGener | ------------------------------------| UserDefine | AutoGenerate | | | UserDefine | AutoGenerate | ---------------------------------------
As above, help me thank you.
source share