Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Concatenated String
Message
 
 
To
03/10/2013 13:20:59
General information
Forum:
Microsoft SQL Server
Category:
Scripting
Environment versions
SQL Server:
SQL Server 6.5 and older
Application:
Web
Miscellaneous
Thread ID:
01583959
Message ID:
01584753
Views:
40
>Thanks for the response Naomi. I'm still having issues however the code example you provided seems to be missing some parameters. The error message states that the stuff function requires 4 argument(s).

Add 0 after 2, e.g.

stuff((select... ), 2, 0, '')

I missed the 0 parameter for the length.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform