like語句
1谴古、sql:
select * from brrps_mart_org_map
where part_date =20170208
and branch03_name like '%北京%‘
2眯分、hive:
select * from brrps_mart_org_map
where part_date =20170208
and branch03_name like concat('%','北京','%')
1谴古、sql:
select * from brrps_mart_org_map
where part_date =20170208
and branch03_name like '%北京%‘
2眯分、hive:
select * from brrps_mart_org_map
where part_date =20170208
and branch03_name like concat('%','北京','%')