Home

Column is less than a value


const { data, error } = await supabase
  .from('cities')
  .select('name, country_id')
  .lt('country_id', 250)