Selecting data let resp = await supabase .from('invitedusers') .select(`*`) .eq('account_group_id', id_) .order('id', { ascending: false })
確定! 回上一頁