Posts by Ilio Junior • 61 points
2 posts
-
3
votes1
answer157
viewsA: Getting id and name of an array
You can use the map function in the client for this, something like: var arrayDoBack = [ {codigoDne: "0186", idTipoTitulo: 164, nome: "cacacaca"}, {codigoDne: "123", idTipoTitulo: 123, nome:…
-
0
votes2
answers41
viewsA: Check if line in database exists, if not, restart query again
From what I understand you want to get the latest news before the news you’re on. If you use the ID as sequential Integer from to do something like: SELECT columns FROM noticias WHERE id <…