Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1SELECT user_id, amount,
2 ROW_NUMBER() OVER (PARTITION BY user_id ORDER BY created_at DESC) AS rn
3FROM orders;
$ identify language
scripting
compiled
query
Keep going