open.substack.com/pub/alexabal...
open.substack.com/pub/alexabal...
With tools like #dbt redefining workflows, where do these roles start to merge? Let’s unpack it. 🔍
(Hint: SQL is the new battleground.) ⚔️
#DataEngineering #AnalyticsEngineering #ModernDataStack
With tools like #dbt redefining workflows, where do these roles start to merge? Let’s unpack it. 🔍
(Hint: SQL is the new battleground.) ⚔️
#DataEngineering #AnalyticsEngineering #ModernDataStack
SELECT LOGICAL_OR(x < 3) AS logical_or FROM UNNEST([1, 2, 4]) AS x;
Learned in medium.com/data-enginee...
SELECT LOGICAL_OR(x < 3) AS logical_or FROM UNNEST([1, 2, 4]) AS x;
Learned in medium.com/data-enginee...
Do you prefer sunday or monday as the first day?
For sunday, use:
DATE_TRUNC(date_field, WEEK)
For Monday, use:
DATE_TRUNC(date_field, WEEK(monday))
Quick and easy! #SQL #Data #DataAnalysis
Do you prefer sunday or monday as the first day?
For sunday, use:
DATE_TRUNC(date_field, WEEK)
For Monday, use:
DATE_TRUNC(date_field, WEEK(monday))
Quick and easy! #SQL #Data #DataAnalysis
You can do it in one step instead of using a CTE and filtering. Less code, same result. #BigQuery #DataBS #DataAnalysis
You can do it in one step instead of using a CTE and filtering. Less code, same result. #BigQuery #DataBS #DataAnalysis