user_id | last_login (date_time)
and I want to migrate all same user_id into new table with same structure and one to one relationship. So one user only have one last_login column.
the last_login now freetext / nvarchar(MAX). The new last_login column will be appended with new date each user_login.
user_id | last_login (nvarchar(max))
Is there way to conversion using SQL itself? or do I need some software preferably free to convert data from many row into single row.


Sign In
Create Account


Back to top









