About 1,030,000 results
Open links in new tab
  1. Is there a way to include commas in CSV columns without breaking the ...

    The problem with the CSV format, is there's not one spec, there are several accepted methods, with no way of distinguishing which should be used (for generate/interpret). I discussed all the methods to …

  2. Difference between Excel .csv and plain .csv? - Stack Overflow

    Aug 13, 2014 · The abbreviation (and suffix) "CSV" can mean character-separated values or it can mean comma-separated values. "Microsoft Office Excel comma separated values file" is a disambiguation, …

  3. 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

  4. 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 …

  5. 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 ago Viewed 102k times

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

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

  7. 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 …

  8. 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:

  9. CSV with comma or semicolon? - Stack Overflow

    Apr 13, 2012 · How is a CSV file built in general? With commas or semicolons? Any advice on which one to use?

  10. Concatenating Column Values into a Comma-Separated List

    Concatenating Column Values into a Comma-Separated List Asked 16 years, 5 months ago Modified 1 year, 11 months ago Viewed 193k times