I have a query (SELECT * FROM application_geo_rev_shares WHERE application_id in (‘59c4e84718776d7228003349’))
I am trying to run that with more app IDs, but I cannot get it to work on the try it out site. I want to use run_sql_query(), but plugging the above in as the slug does not return any results, just an error. I have a different log in for SQL queries, a different client and secret ID. I know the ID works, but I get a not found error.
Do you have any examples or ideas on how I can correctly build this slug?