About 1,340,000 results
Open links in new tab
  1. Multiple rows to one comma-separated value in Sql Server

    Closed 11 years ago. I want to create a table valued function in SQL Server, which I want to return data in comma separated values. For example table: tbl

  2. sql server - Comma separated results in SQL - Stack Overflow

    Sep 18, 2013 · I have the following code which will create a comma delimited list for my results:

  3. How to get column values in one comma separated value

    How to get column values in one comma separated value Asked 12 years, 9 months ago Modified 2 years, 1 month ago Viewed 220k times

  4. How to convert comma separated values to rows in oracle?

    Jul 14, 2016 · How to convert comma separated values to rows in oracle? Asked 9 years, 5 months ago Modified 2 years, 1 month ago Viewed 102k times

  5. How do I create a comma-separated list using a SQL query?

    I want to show on a GUI a table of all resource names. In one cell in each row I would like to list out all of the applications (comma separated) of that resource. So the question is, what is the best way to do …

  6. Turning a Comma Separated string into individual rows

    Basically split my data at the comma into individual rows? I am aware that storing a comma-separated string into a relational database sounds dumb, but the normal use case in the consumer application …

  7. Combine multiple results in a subquery into a single comma-separated …

    Combine multiple results in a subquery into a single comma-separated value Asked 17 years, 3 months ago Modified 8 years ago Viewed 157k times

  8. How can I convert a comma-separated string to an array?

    15 Pass your comma-separated string into this function and it will return an array, and if a comma-separated string is not found then it will return null.

  9. Concatenating Column Values into a Comma-Separated List

    Concatenating Column Values into a Comma-Separated List Asked 16 years, 6 months ago Modified 2 years ago Viewed 193k times

  10. Using a comma-separated parameter in an IN clause

    Dec 22, 2014 · That the comma-separated values do not themselves have commas in them – unlikely but worth mentioning since whether values will satisfy this constraint sometimes goes unconsidered.