restriction in sql clause

gaurav.shetti
Posts: 119
Joined: Fri Feb 27, 2009 9:09 am

restriction in sql clause

Post by gaurav.shetti »

varchar
User avatar
John
Site Admin
Posts: 2595
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

restriction in sql clause

Post by John »

OK, then strlst as shown above is appropriate.
John Turnbull
Thunderstone Software
gaurav.shetti
Posts: 119
Joined: Fri Feb 27, 2009 9:09 am

restriction in sql clause

Post by gaurav.shetti »

Wont you get 2 commas at the end once you do
<strfmt "%s," $grpperson> and
<sum "%s," $grpperson>

so it wont be 1,2,3,4,5,
it would be 1,2,3,4,5,,
is that fine ?
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

restriction in sql clause

Post by mark »

Msg 8 says use <sum> not <strfmt>.
Post Reply