Hello All,I am having a column name newsdate where I am going to insert the present date through getdate()
.---------- newsdate----------03/04/201004/04/201005/04/201006/04/201007/04/201008/04/201009/04/2010----------
Through the query I want to show the following column data as:------------------------- newsdate-------------------------Saturday, 03 April, 2010Sunday, 04 April, 2010Monday, 05 April, 2010Tuesday, 06 April, 2010Wednesday, 07 April, 2010Thursday, 08 April, 2010Friday, 09 April, 2010-------------------------
Hope I can make you understand my query.Daipayan