Posts by Marcelo Maia • 1 point
1 post
-
0
votes1
answer86
viewsA: Query [SQL Server] Aggregate field with equal values of a later date and bring other attributes referring to that date
One way to do what you want is to use a merge of the original table with the result of the query you’ve already assembled. Something like this: SELECT a.* FROM blacklist a, (SELECT Telefone,…
sql-serveranswered Marcelo Maia 1