Using the Supabase-js API how would I structure the select string? const { data, error } = await supabase .from('users') .select(` id, username, location, ...
確定! 回上一頁