数据库中想要查询 前两位是XX的数据
"select * from tablename where substr(ziduan,1,2)='XX'" ;ziduan为字段名,substr获取该字段 从第1位开始共2位的的字符