| Append (cost=0.00..165.88 rows=1406 width=120) |
| -> Seq Scan on tbl_clients (cost=0.00..118.97 rows=928 width=121) |
| Filter: ((NOT deleted) AND (((name)::text ~~* '%北京%'::text) OR (pinyin_shortcut ~~* '%北京%'::text))) |
| -> Seq Scan on tbl_suppliers (cost=0.00..32.86 rows=478 width=119) |
| Filter: (((name)::text ~~* '%北京%'::text) OR (pinyin_shortcut ~~* '%北京%'::text)) |