Hi,
I am having trouble with this input tool Query in Alteryx:
SELECT
billing_id
,_id
, ROW_NUMBER() OVER(PARTITION BY billing_id ORDER BY date) AS RN
FROM Test.invoice
If I paste this into the SQL editor, it runs fine, But If I try to switch to the visual query builder view, I get this error message:
Parsing Error
Invalid SELECT statement.
unexpected token "(" at line 4, position 20
I am using Alteryx version 2019.3.5.17947 and accessing Vertica
I know Query Builders is extremely fully about syntax, but I can't figure it out for this one. Any help would be appreciated.