Posts by Aristides Neto • 1 point
1 post
-
-1
votes3
answers126
viewsA: How to extract values from a column and separate them with a comma
If you’re using Mysql, do it quickly and simply. select group_concat(id separator ', ') as id from tabela; Doc from Mysql:…
javascriptanswered Aristides Neto 1