Match only rows where column is greater than value.
column
value
const { data, error } = await supabase .from('characters') .select() .gt('id', 2)