I would like to know what is wrong with these lines, especially in the query, since it is not working:
pool.query('SELECT * FROM 'info' WHERE 'id' = 1', function(err, row1) {
var jogo = row1[0].jogo;
var numerojogadores = row1[0].numer...
asked by
27.03.2017 / 00:20