Posts by Will V • 25 points
2 posts
-
0
votes1
answer154
viewsQ: Select return result even if there is no NULL record, grouped by day
I have a select that returns a data set by DATA. Example: As you can see in the image below, there is no data for days: 20,21,22...28 I would like to bring those lines with result "NULLO" My select…
-
2
votes1
answer230
viewsQ: How to generate a json with parent-child format
I need to do the following json by php { "status": "200", "data": [ { "id": "1", "premio": "Fusca 74", "modelo": "Fusca 74", "descricao": "Fusca ano 1974 lindo\r\nFusca de colecionador Raríssimo ",…