Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Wednesday, October 18, 2017

Handling string column with dates

SQLServerCentral » Latest topics
Handling string column with dates
I imported a csv file that has a column with dates.  The column is a varchar type and it has different format dates(see below).  I created a new colum as datetime.  I want to update the new datetime column with the values in the varchar col

No comments: