I am joining ten tables to my base table using an identifier field.
There is a unique field, more like ripples. This field bigintuniquely identifies each record in each table, but I cannot join this field, since it exists only in each individual table.
How can I effectively use this unique field for each table to bring only the maximum so that I can use the maximum when I have identical records?
source
share