Hi
We are building RDL to connect Presto DB. We want to create report with filter. When we execute, we are getting below error
"An Error occurred while executing the query.Error [HY000][Teradata][Presto][1060] Presto Query Error: Line 1:65 No Viable alternative at input'@' (1)"
Query Used to generate the report is
SELECT DISTINCT id from detail_table where uid =@param order by id
Thanks
Abbas