Posts by Fabrício Pinheiro Dos Santos • 1 point
1 post
-
0
votes0
answers27
viewsQ: I would like to make a relational query with sequelize type right Join
I need to perform this type of query with sequelize, for a specific data return. "SELECT p.id, p.nome , p.numero_face, zp.zona_id from pessoa as p right join zona_pessoa as zp on zp.pessoa_id = p.id…