QUERY PLAN
Sort (cost=1.46..1.46 rows=1 width=56)
Sort Key: id
-> Seq Scan on tbl_punch_leave_cancel_verify_rels (cost=0.00..1.45 rows=1 width=56)
Filter: ((status = 0) AND (punch_leave_id = ANY ('{101,100,99,98,97,96,95,94,93,92,91,90,89,88,87,84,83,82,81,80}'::integer[])))