Match only rows where column is greater than or equal to value.
column
value
try await supabase .from("cities") .select("name, country_id") .gte("country_id", value: 250)