Popular Posts

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

Sunday, October 29, 2017

StartDate and EndDate in same column

SQLServerCentral » Latest topics
StartDate and EndDate in same column
I have a date column below RunDate , I want to create two column StartDate and EndDate like this StartDate = '2004-08-01'  EndDate = '2006-08-01'    second row  StartDate = '2006-08-02'  EndDate = '2007-02-15
how do I do

No comments: