View Single Post
  #5 (permalink)  
Old 09-18-2006, 03:14 AM
pcdinh
 
Posts: n/a
Default 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
Edit/Delete Message Reply With Quote