相关的值是多个 .eq() 的简写。 1const { data, error } = await supabase 2 .from('countries') 3 .select('name') 4 .match({ id: 2, name: 'Albania' }) ...
確定! 回上一頁