Posts by Davy Correa • 13 points
1 post
-
1
votes1
answer3026
viewsQ: Left Join returning only 1 record for each relationship
I need to join between 2 tables where I need only the last record of the 2nd table (only 1 record of table 2 for each record of table 1). SELECT a.Campo1, a.Campo2, a.Campo3, a.Campo4, b.Campo1,…