Table column split to two columns in sql?
问题 In sql server, I have once column in the table, i want to make the column in two column, in the other table [new table]. Can you help me. ------------------------ Type ------------------------ UserDefine UserDefine AutoGenerate AutoGenerate UserDefine ------------------------- The above is my column in one of my table now i want to make the column in two like UserDefine and Autogenerate column in different table ----------------------------------- UserDefine | AutoGener | --------------------