Tagged “sql”
4 entries.
Writing
Window functions, explained without the jargon
Running totals, rankings and "compare each row to its group" — all without a self join.
#sql #tutorial
dbt for people who already know SQL
If you can write a SELECT, you are most of the way there. The rest is file layout and two macros.
#dbt #sql #data-engineering