Viewing 4 posts - 1 through 4 (of 4 total)
what about this query->select Name+',' from Fruit Order By Id for xml path('')
March 4, 2011 at 6:22 am
#1294607
Thank u.it's very very useful & time saving for the developers.
July 9, 2010 at 2:14 am
#1190651
SET CONCAT_NULL_YIELDS_NULL ON
SELECT ISNULL('abcd'+NULL+1,'1234567890')
if i add any numeric value then it gives->1234567890 why?
July 8, 2010 at 5:54 am
#1190171
i think there is something wrong with this answer coz it should be
-1,0,1 but ans is -1,-2,-3.
June 28, 2010 at 12:06 am
#1185522