QUERY PLAN
Aggregate (cost=10.26..10.27 rows=1 width=8)
-> Seq Scan on tbl_clients (cost=0.00..10.25 rows=2 width=4)
Filter: (sales_rep = ANY ('{5493,5493}'::integer[]))