Posts by Marcos Colares • 11 points
2 posts
-
-1
votes1
answer343
viewsQ: Paging with Nodejs and Mongodb
Hello fellow programmers! I’ve been facing a problem for days and I’d like your help to solve it. I am creating a project in Nodejs and Mongodb. It queries the database according to what the user…
-
1
votes1
answer205
viewsQ: Duplicate record in the database
Good evening folks. I am in need of a help to remove some duplicate table records from my Mysql 5.7 database By running the following query I can identify which records are duplicated: SELECT…