# 定义查询语句customer_id = 'PPG01243038'
#获取一个字段的前2位字符cust_typ = customer_id[:2]
#获取一个字段前2位字符的后面所有字符customer_id_no = customer_id[2:]