Posts by Caio Santos • 16 points
2 posts
-
0
votes1
answer1335
viewsA: Error Code: 1062. Duplicate entry '2' for key 'PRIMARY'
Your SELECT idlocal, uf_busca, cidade_busca FROM cursosprounine; is returning the result as in the second image you posted, correct ?! Note that there is more than one record with the idlocal with…
-
0
votes1
answer94
viewsA: How to pass values up in a tree in javascript
I believe that at the last execution of its recursion the code will not execute the logic within the if(possibilities.length > 1), therefore, the variable tmp will be nothing more than a Array…