Hello there! 👋 I'm Luca, a BI Developer with a passion for all things data, Proficient in Python, SQL and Power BI ...
Running the following model fails due to the generated SQL being incorrect. select id from {{ source('public_api_source', 'public_api_request_log_extended ...
SELECT * FROM (SELECT *, ROW_NUMBER() OVER (PARTITION BY a ORDER BY b) r FROM (SELECT 1 a, 2 b, 4 c UNION SELECT 1, 3, 5) o ) ra WHERE ra.r=1 AND c=5 results in a,b,c,r = 1,3,5,1. Removing the 'AND ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results