Thanks to visit codestin.com Credit goes to supabase.com
const { data, error } = await supabase .from('characters') .select() .gte('id', 2)