Project each bank_to_exchange event into a denormalized deposits table with pre-computed EUR, DKK, and USD amounts using Frankfurter currency rates. Replaces the aggregate get-deposit-totals query. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
31 B
SQL
2 lines
31 B
SQL
DROP TABLE IF EXISTS deposits;
|