I want to arrange the data datewise using stored procedure
590380Oct 23 2007 — edited Aug 12 2008Hi All,
After executing the stored procedure,stored procedure returns employee names and created date in dd/Mon/yyyy format.If the month is Jan,feb etc everything comes in the same column.
But i,want all the date belonging to Jan should come in one column by name jan,feb dates should come in one more column with feb date and accordingly for all months.
How can I do this ?
Please suggest.
Thanks in advance