Hi All
I have a temp table on SQL 2000 getting populated on the fly as shown below.
Clmname
----------
201401
201403
201404
201405
201406
I need to use this resultset into one row as shown below and use this in a dynamic query.
(201401 , 201403 , 201404 , 201405 , 201406)
Thanks a lot in advance