Posts by Lucas Emanuel • 1 point
1 post
-
-1
votes2
answers87
viewsQ: How to use rowCount to limit the number of records in a postgresSQL database using Node js?
I’m using the script to do this, but I get the error Internal server error. Anyone knows what I’m doing wrong? var sqlQtd = db.query(`SELECT COUNT (*) FROM segunda`, function(err, result){ return…