QUERY PLAN
Sort (cost=28.20..28.20 rows=1 width=56)
Sort Key: id
-> Seq Scan on tbl_erp_purchase_order_stop_verify_rels (cost=0.00..28.19 rows=1 width=56)
Filter: ((status = 0) AND (erp_purchase_order_id = ANY ('{5,4,3,2,1}'::integer[])))