How to concatenate employee number to a comma separated string | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to concatenate employee number to a comma separated string

2nd Mar 2017, 4:18 PM
Hari
2 Answers
+ 2
export your table as CSV file or php echo each value of the table followed by" . ', ' "
2nd Mar 2017, 8:40 PM
seamiki
seamiki - avatar
0
Can you show a sample of your data set along with table headers and explain more what you want to achive?
4th Mar 2017, 3:57 PM
John Skjönsberg
John Skjönsberg - avatar