#1095

Freshest Staging Row

Before loading, keep one current row for each src_id from stg_users. The freshest row has the greatest loaded_at; if tied, use the larger id. Return src_id and name, sorted by src_id.

Esempio di output atteso

Ecco come appare una risposta corretta — il suo numero di righe è a sé stante, non deve corrispondere alle tabelle dello schema.

namesrc_id
Alice A.101
Bob102
Carol103

Il risultato della tua query apparirà qui