Hey all, I use a SQL query in Supabase editor. How can I make sure to use this SQL query when fetching data from supabase?
For example I use a table with 10 cities in it. The sql query says that the output is one random city. I want to integrate the SQL in the GET API call