Thread
:
Return a comma seperated string?
View Single Post
#
5
(
permalink
)
09-18-2006, 03:14 AM
pcdinh
Posts: n/a
OTHER
answer.
Re: Return a comma seperated string?
You should not do it with SQL only. It only give more overhead on the database server.
If you use PHP, you can use explode/implode to do it. Check php.net for more details
pcdinh