0
It’s possible to use order by or some filter in Ner Join or left Join or I’m trying to do it wrong. I need to bring in a query a column that is in a daughter table, but I need it to be the column of the most recent record of the daughter table records. To solve this problem I made a sub-query and solved the problem well, but I wanted to know if I could make a Join with top 1 and ordered by a column.
I could post what you’ve already done?
– cantoni