Sql over http unused parameters.
I need help using the typescript sdk to pull data using sql.
When I run this, I get the error,
Invalid SQL: unused parameters: used 1 of 2 parameters.
status: 400
Any help?
4 Replies
this seems to generally work for me
is the table literarly named "table"? If yes, it requires quoting as "table"
otherwise, what are the types for name and date, and can you try running in the Queries playground like the above?
I got this in the Queries playground
I guess CTEs are not supported