Aggregate (cost=6.45..6.46 rows=1 width=8) |
-> Sort (cost=6.43..6.43 rows=1 width=580) |
Sort Key: cd.created_at DESC |
-> Group (cost=6.41..6.42 rows=1 width=580) |
Group Key: cd.id |
-> Sort (cost=6.41..6.42 rows=1 width=12) |
Sort Key: cd.id |
-> Seq Scan on tbl_supplier_documents cd (cost=0.00..6.40 rows=1 width=12) |
Filter: (supplier_id = 431) |