I have the following SELECT generated by a JSON array with objects that are hotels.
SELECT CONCAT(
'[',
GROUP_CONCAT(JSON_OBJECT('id', h.hotel_id , 'nom', h.nom, 'estrelles', h.categoria, 'puntuacio', h.puntacio, 'tipus', h...
asked by
16.03.2018 / 11:03