Top "Comma" questions

Comma ',' is used to indicate a separation of elements within a list, such as an array, or parameters accepted by a function.

Turning a Comma Separated string into individual rows

I have a SQL Table like this: | SomeID | OtherID | Data +----------------+-------------+------------------- | abcdef-..... | cdef123-... | 18,20,22 | abcdef-..... | 4554a24-... | 17,19 | 987654-..... | 12324…

sql-server tsql split comma
How to Delete a directory from Hadoop cluster which is having comma(,) in its name?

I have uploaded a Directory to hadoop cluster that is having "," in its name like "MyDir, Name" when I am …

file hadoop comma
PHP remove commas from numeric strings

In PHP, I have an array of variables that are ALL strings. Some of the values stored are numeric strings …

php string replace numbers comma
comma separated string of selected values in mysql

I want to convert selected values into a comma separated string in MySQL. My initial code is as follows: SELECT …

mysql select comma
Joining two strings with a comma and space between them

I have been given the two strings "str1" and "str2" and I need to join them into a single string. …

javascript string whitespace string-concatenation comma
Split comma separated values of a column in row, through Oracle SQL query

I have a table like below: ------------- ID | NAME ------------- 1001 | A,B,C 1002 | D,E,F 1003 | C,E,G ------------- …

sql oracle split comma
c++: Format number with commas?

I want to write a method that will take an integer and return a std::string of that integer formatted …

c++ comma number-formatting
Oracle SQL - change decimal dot for a comma

I'm on Brazil, and our currency format is something like 'R$ 9.999,00'. I'm trying to select a field, and change …

oracle currency comma
In R: remove commas from a field AND have the modified field remain part of the dataframe

I need to remove commas from a field in an R dataframe. Technically I have managed to do this, but …

r string comma
Split comma delimited string --> FUNCTION db.CHARINDEX does not exist

I need to split comma delimited string into a second columns I have the following table : CL1 POS POS2 LENGHT …

mysql string function split comma