varchar
restriction in sql clause
-
John
- Site Admin
- Posts: 2623
- Joined: Mon Apr 24, 2000 3:18 pm
- Location: Cleveland, OH
restriction in sql clause
OK, then strlst as shown above is appropriate.
John Turnbull
Thunderstone Software
Thunderstone Software
-
gaurav.shetti
- Posts: 119
- Joined: Fri Feb 27, 2009 9:09 am
restriction in sql clause
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 ?
<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 ?
-
mark
- Site Admin
- Posts: 5519
- Joined: Tue Apr 25, 2000 6:56 pm
restriction in sql clause
Msg 8 says use <sum> not <strfmt>.