QUERY PLAN
Append (cost=0.00..221.17 rows=192 width=121)
-> Seq Scan on tbl_clients (cost=0.00..187.97 rows=117 width=121)
Filter: ((NOT deleted) AND (((name)::text ~~* '%网%'::text) OR (pinyin_shortcut ~~* '%网%'::text)))
-> Seq Scan on tbl_suppliers (cost=0.00..31.29 rows=75 width=120)
Filter: (((name)::text ~~* '%网%'::text) OR (pinyin_shortcut ~~* '%网%'::text))