Studywithdesign
04/26/2022, 7:43 AMconst { data: posts, error } = await supabase.from("students").select("id, name, study(tutorial_id)");
in which study is the referencing table for many to many relationships. But when I fetch study(tutorial_id)
it gives me an array. I just want specific tutorial_id where the user matches the rowgaryaustin
04/26/2022, 2:28 PMgaryaustin
04/26/2022, 2:29 PMStudywithdesign
04/28/2022, 4:10 AMStudywithdesign
04/28/2022, 4:10 AM