Join table multiple times ?
I have this table
and another table
the
Now I can't select from
Of course I tried this first in SQL editor in supabase, but I'll use the js client for the project.
stopsand another table
tripsthe
departure column is a foreign key to stops.id and arrival to the same stops.id key.Now I can't select from
trips while using left join because of this error:Failed to run sql query: table name "stops" specified more than onceOf course I tried this first in SQL editor in supabase, but I'll use the js client for the project.