| Aggregate (cost=1.44..1.45 rows=1 width=8) |
| -> Sort (cost=1.42..1.42 rows=2 width=629) |
| Sort Key: tbl_erp_verify_processes.is_delete, tbl_erp_verify_processes.parent_title, tbl_erp_verify_processes.id |
| -> Seq Scan on tbl_erp_verify_processes (cost=0.00..1.41 rows=2 width=629) |
| Filter: (((title)::text ~~* '%费%'::text) OR ((parent_title)::text ~~* '%费%'::text)) |