闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

sql 汉字转全拼音(非首字母)

Posted on 2009-09-10 17:30  闲坐敲棋  阅读(933)  评论(0编辑  收藏  举报


create   table   YingShe(CHR char(2),PY varchar(10)) 
create table #tempa(CHR char(2),PY varchar(10))
create table #tempb(CHR char(2),PY varchar(10))
create table #tempc(CHR char(2),PY varchar(10))
create table #tempd(CHR char(2),PY varchar(10))
create table #tempe(CHR char(2),PY varchar(10))
create table #tempf(CHR char(2),PY varchar(10))
create table #tempg(CHR char(2),PY varchar(10))
create table #temph(CHR char(2),PY varchar(10))
 insert #tempa
 select '吖','A '
 Union all select '阿','A '
 Union all select '啊','A '
 Union all select '锕','A '
 Union all select '嗄','A '
 Union all select '哎','AI '
 Union all select '哀','AI '
 Union all select '唉','AI '
 Union all select '埃','AI '
 Union all select '挨','AI '
 Union all select '锿','AI '
 Union all select '捱','AI '
 Union all select '皑','AI '
 Union all select '癌','AI '
 Union all select '嗳','AI '
 Union all select '矮','AI '
 Union all select '蔼','AI '
 Union all select '霭','AI '
 Union all select '艾','AI '
 Union all select '爱','AI '
 Union all select '砹','AI '
 Union all select '隘','AI '
 Union all select '嗌','AI '
 Union all select '嫒','AI '
 Union all select '碍','AI '
 Union all select '暧','AI '
 Union all select '瑷','AI '
 Union all select '安','AN '
 Union all select '桉','AN '
 Union all select '氨','AN '
 Union all select '庵','AN '
 Union all select '谙','AN '
 Union all select '鹌','AN '
 Union all select '鞍','AN '
 Union all select '俺','AN '
 Union all select '埯','AN '
 Union all select '铵','AN '
 Union all select '揞','AN '
 Union all select '犴','AN '
 Union all select '岸','AN '
 Union all select '按','AN '
 Union all select '案','AN '
 Union all select '胺','AN '
 Union all select '暗','AN '
 Union all select '肮','ANG '
 Union all select '昂','ANG '
 Union all select '盎','ANG '
 Union all select '凹','AO '
 Union all select '坳','AO '
 Union all select '敖','AO '
 Union all select '嗷','AO '
 Union all select '廒','AO '
 Union all select '獒','AO '
 Union all select '遨','AO '
 Union all select '熬','AO '
 Union all select '翱','AO '
 Union all select '聱','AO '
 Union all select '螯','AO '
 Union all select '拗','NIU '
 Union all select '袄','AO '
 Union all select '媪','AO '
 Union all select '岙','AO '
 Union all select '傲','AO '
 Union all select '奥','AO '
 Union all select '骜','AO '
 Union all select '澳','AO '
 Union all select '懊','AO '
 Union all select '鏊','AO '
 Union all select '八','BA '
 Union all select '巴','BA '
 Union all select '叭','BA '
 Union all select '扒','BA '
 Union all select '吧','BA '
 Union all select '岜','BA '
 Union all select '芭','BA '
 Union all select '疤','BA '
 Union all select '捌','BA '
 Union all select '笆','BA '
 Union all select '粑','BA '
 Union all select '拔','BA '
 Union all select '茇','BA '
 Union all select '菝','BA '
 Union all select '跋','BA '
 Union all select '把','BA '
 Union all select '钯','BA '
 Union all select '靶','BA '
 Union all select '坝','BA '
 Union all select '爸','BA '
 Union all select '罢','BA '
 Union all select '鲅','BA '
 Union all select '霸','BA '
 Union all select '灞','BA '
 Union all select '掰','BAI '
 Union all select '白','BAI '
 Union all select '百','BAI '
 Union all select '佰','BAI '
 Union all select '柏','BAI '
 Union all select '捭','BAI '
 Union all select '摆','BAI '
 Union all select '呗','BEI '
 Union all select '败','BAI '
 Union all select '拜','BAI '
 Union all select '稗','BAI '
 Union all select '扳','BAN '
 Union all select '班','BAN '
 Union all select '般','BAN '
 Union all select '颁','BAN '
 Union all select '斑','BAN '
 Union all select '搬','BAN '
 Union all select '瘢','BAN '
 Union all select '癍','BAN '
 Union all select '阪','BAN '
 Union all select '坂','BAN '
 Union all select '板','BAN '
 Union all select '版','BAN '
 Union all select '钣','BAN '
 Union all select '舨','BAN '
 Union all select '办','BAN '
 Union all select '半','BAN '
 Union all select '伴','BAN '
 Union all select '扮','BAN '
 Union all select '拌','BAN '
 Union all select '绊','BAN '
 Union all select '瓣','BAN '
 Union all select '邦','BANG '
 Union all select '帮','BANG '
 Union all select '梆','BANG '
 Union all select '浜','BANG '
 Union all select '绑','BANG '
 Union all select '榜','BANG '
 Union all select '膀','BANG '
 Union all select '蚌','BANG '
 Union all select '傍','BANG '
 Union all select '棒','BANG '
 Union all select '谤','BANG '
 Union all select '蒡','BANG '
 Union all select '磅','BANG '
 Union all select '镑','BANG '
 Union all select '勹','BAO '
 Union all select '包','BAO '
 Union all select '孢','BAO '
 Union all select '苞','BAO '
 Union all select '胞','BAO '
 Union all select '煲','BAO '
 Union all select '龅','BAO '
 Union all select '褒','BAO '
 Union all select '雹','BAO '
 Union all select '宝','BAO '
 Union all select '饱','BAO '
 Union all select '保','BAO '
 Union all select '鸨','BAO '
 Union all select '堡','BAO '
 Union all select '葆','BAO '
 Union all select '褓','BAO '
 Union all select '报','BAO '
 Union all select '抱','BAO '
 Union all select '豹','BAO '
 Union all select '趵','BO '
 Union all select '鲍','BAO '
 Union all select '暴','BAO '
 Union all select '爆','BAO '
 Union all select '陂','BEI '
 Union all select '卑','BEI '
 Union all select '杯','BEI '
 Union all select '悲','BEI '
 Union all select '碑','BEI '
 Union all select '鹎','BEI '
 Union all select '北','BEI '
 Union all select '贝','BEI '
 Union all select '狈','BEI '
 Union all select '邶','BEI '
 Union all select '备','BEI '
 Union all select '背','BEI '
 Union all select '钡','BEI '
 Union all select '倍','BEI '
 Union all select '悖','BEI '
 Union all select '被','BEI '
 Union all select '惫','BEI '
 Union all select '焙','BEI '
 Union all select '辈','BEI '
 Union all select '碚','BEI '
 Union all select '蓓','BEI '
 Union all select '褙','BEI '
 Union all select '鐾','BEI '
 Union all select '奔','BEN '
 Union all select '贲','BEN '
 Union all select '锛','BEN '
 Union all select '本','BEN '
 Union all select '苯','BEN '
 Union all select '畚','BEN '
 Union all select '坌','BEN '
 Union all select '笨','BEN '
 Union all select '崩','BENG '
 Union all select '绷','BENG '
 Union all select '嘣','BENG '
 Union all select '甭','BENG '
 Union all select '泵','BENG '
 Union all select '迸','BENG '
 Union all select '甏','BENG '
 Union all select '蹦','BENG '
 Union all select '逼','BI '
 Union all select '荸','BI '
 Union all select '鼻','BI '
 Union all select '匕','BI '
 Union all select '比','BI '
 Union all select '吡','BI '
 Union all select '妣','BI '
 Union all select '彼','BI '
 Union all select '秕','BI '
 Union all select '俾','BI '
 Union all select '笔','BI '
 Union all select '舭','BI '
 Union all select '鄙','BI '
 Union all select '币','BI '
 Union all select '必','BI '
 Union all select '毕','BI '
 Union all select '闭','BI '
 Union all select '庇','BI '
 Union all select '畀','BI '
 Union all select '哔','BI '
 Union all select '毖','BI '
 Union all select '荜','BI '
 Union all select '陛','BI '
 Union all select '毙','BI '
 Union all select '狴','BI '
 Union all select '铋','BI '
 Union all select '婢','BI '
 Union all select '庳','BI '
 Union all select '敝','BI '
 Union all select '萆','BI '
 Union all select '弼','BI '
 Union all select '愎','BI '
 Union all select '筚','BI '
 Union all select '滗','BI '
 Union all select '痹','BI '
 Union all select '蓖','BI '
 Union all select '裨','BI '
 Union all select '跸','BI '
 Union all select '辟','PI '
 Union all select '弊','BI '
 Union all select '碧','BI '
 Union all select '箅','BI '
 Union all select '蔽','BI '
 Union all select '壁','BI '
 Union all select '嬖','BI '
 Union all select '篦','BI '
 Union all select '薜','BI '
 Union all select '避','BI '
 Union all select '濞','BI '
 Union all select '臂','BI '
 Union all select '璧','BI '
 Union all select '襞','BI '
 Union all select '边','BIAN '
 Union all select '砭','BIAN '
 Union all select '笾','BIAN '
 Union all select '编','BIAN '
 Union all select '煸','BIAN '
 Union all select '蝙','BIAN '
 Union all select '鳊','BIAN '
 Union all select '鞭','BIAN '
 Union all select '贬','BIAN '
 Union all select '扁','BIAN '
 Union all select '窆','BIAN '
 Union all select '匾','BIAN '
 Union all select '碥','BIAN '
 Union all select '褊','BIAN '
 Union all select '卞','BIAN '
 Union all select '弁','BIAN '
 Union all select '忭','BIAN '
 Union all select '汴','BIAN '
 Union all select '苄','BIAN '
 Union all select '拚','PIN '
 Union all select '便','BIAN '
 Union all select '变','BIAN '
 Union all select '缏','BIAN '
 Union all select '遍','BIAN '
 Union all select '辨','BIAN '
 Union all select '辩','BIAN '
 Union all select '辫','BIAN '
 Union all select '灬','HUO '
 Union all select '杓','SHAO '
 Union all select '彪','BIAO '
 Union all select '标','BIAO '
 Union all select '飑','BIAO '
 Union all select '骠','BIAO '
 Union all select '膘','BIAO '
 Union all select '瘭','BIAO '
 Union all select '镖','BIAO '
 Union all select '飙','BIAO '
 Union all select '飚','BIAO '
 Union all select '镳','BIAO '
 Union all select '表','BIAO '
 Union all select '婊','BIAO '
 Union all select '裱','BIAO '
 Union all select '憋','BIE '
 Union all select '鳖','BIE '
 Union all select '别','BIE '
 Union all select '蹩','BIE '
 Union all select '瘪','BIE '
 Union all select '宾','BIN '
 Union all select '彬','BIN '
 Union all select '傧','BIN '
 Union all select '斌','BIN '
 Union all select '滨','BIN '
 Union all select '缤','BIN '
 Union all select '槟','BIN '
 Union all select '镔','BIN '
 Union all select '濒','BIN '
 Union all select '豳','BIN '
 Union all select '摈','BIN '
 Union all select '殡','BIN '
 Union all select '膑','BIN '
 Union all select '冫','LIANG '
 Union all select '冰','BING '
 Union all select '兵','BING '
 Union all select '丙','BING '
 Union all select '邴','BING '
 Union all select '秉','BING '
 Union all select '柄','BING '
 Union all select '炳','BING '
 Union all select '饼','BING '
 Union all select '禀','BING '
 Union all select '并','BING '
 Union all select '病','BING '
 Union all select '摒','BING '
 Union all select '拨','BO '
 Union all select '波','BO '
 Union all select '玻','BO '
 Union all select '剥','BAO '
 Union all select '钵','BO '
 Union all select '饽','BO '
 Union all select '啵','BO '
 Union all select '脖','BO '
 Union all select '菠','BO '
 Union all select '播','BO '
 Union all select '伯','BO '
 Union all select '孛','BEI '
 Union all select '驳','BO '
 Union all select '帛','BO '
 Union all select '泊','BO '
 Union all select '勃','BO '
 Union all select '亳','BO '
 Union all select '钹','BO '
 Union all select '铂','BO '
 Union all select '舶','BO '
 Union all select '博','BO '
 Union all select '渤','BO '
 Union all select '鹁','BO '
 Union all select '搏','BO '
 Union all select '箔','BO '
 Union all select '膊','BO '
 Union all select '踣','BO '
 Union all select '薄','BAO '
 Union all select '礴','BO '
 Union all select '跛','BO '
 Union all select '簸','BO '
 Union all select '擘','BO '
 Union all select '檗','BO '
 Union all select '逋','BU '
 Union all select '钸','BU '
 Union all select '晡','BU '
 Union all select '醭','BU '
 Union all select '卜','BU '
 Union all select '卟','BU '
 Union all select '补','BU '
 Union all select '哺','BU '
 Union all select '捕','BU '
 Union all select '不','BU '
 Union all select '布','BU '
 Union all select '步','BU '
 Union all select '怖','BU '
 Union all select '钚','BU '
 Union all select '部','BU '
 Union all select '埠','BU '
 Union all select '瓿','BU '
 Union all select '簿','BU '
 Union all select '嚓','CHA '
 Union all select '擦','CA '
 Union all select '礤','CA '
 Union all select '猜','CAI '
 Union all select '才','CAI '
 Union all select '材','CAI '
 Union all select '财','CAI '
 Union all select '裁','CAI '
 Union all select '采','CAI '
 Union all select '彩','CAI '
 Union all select '睬','CAI '
 Union all select '踩','CAI '
 Union all select '菜','CAI '
 Union all select '蔡','CAI '
 Union all select '参','CAN '
 Union all select '骖','CAN '
 Union all select '餐','CAN '
 Union all select '残','CAN '
 Union all select '蚕','CAN '
 Union all select '惭','CAN '
 Union all select '惨','CAN '
 Union all select '灿','CAN '
 Union all select '粲','CAN '
 Union all select '璨','CAN '
 Union all select '仓','CANG '
 Union all select '伧','CANG '
 Union all select '沧','CANG '
 Union all select '苍','CANG '
 Union all select '舱','CANG '
 Union all select '藏','CANG '
 Union all select '操','CAO '
 Union all select '糙','CAO '
 Union all select '曹','CAO '
 Union all select '嘈','CAO '
 Union all select '漕','CAO '
 Union all select '槽','CAO '
 Union all select '艚','CAO '
 Union all select '螬','CAO '
 Union all select '艹','CAO '
 Union all select '草','CAO '
 Union all select '册','CE '
 Union all select '侧','CE '
 Union all select '厕','CE '
 Union all select '恻','CE '
 Union all select '测','CE '
 Union all select '策','CE '
 Union all select '岑','CEN '
 Union all select '涔','CEN '
 Union all select '噌','CENG '
 Union all select '层','CENG '
 Union all select '蹭','CENG '
 Union all select '叉','CHA '
 Union all select '杈','CHA '
 Union all select '插','CHA '
 Union all select '馇','ZHA '
 Union all select '锸','CHA '
 Union all select '查','CHA '
 Union all select '茬','CHA '
 Union all select '茶','CHA '
 Union all select '搽','CHA '
 Union all select '猹','CHA '
 Union all select '槎','CHA '
 Union all select '察','CHA '
 Union all select '碴','CHA '
 Union all select '檫','CHA '
 Union all select '衩','CHA '
 Union all select '镲','CHA '
 Union all select '汊','CHA '
 Union all select '岔','CHA '
 Union all select '诧','CHA '
 Union all select '姹','CHA '
 Union all select '差','CHA '
 Union all select '拆','CHAI '
 Union all select '钗','CHAI '
 Union all select '侪','CHAI '
 Union all select '柴','CHAI '
 Union all select '豺','CHAI '
 Union all select '虿','CHAI '
 Union all select '瘥','CHAI '
 Union all select '觇','CHAN '
 Union all select '掺','CHAN '
 Union all select '搀','CHAN '
 Union all select '婵','CHAN '
 Union all select '谗','CHAN '
 Union all select '孱','CHAN '
 Union all select '禅','CHAN '
 Union all select '馋','CHAN '
 Union all select '缠','CHAN '
 Union all select '蝉','CHAN '
 Union all select '廛','CHAN '
 Union all select '潺','CHAN '
 Union all select '镡','TAN '
 Union all select '蟾','CHAN '
 Union all select '躔','CHAN '
 Union all select '产','CHAN '
 Union all select '谄','CHAN '
 Union all select '铲','CHAN '
 Union all select '阐','CHAN '
 Union all select '蒇','CHAN '
 Union all select '冁','CHAN '
 Union all select '忏','CHAN '
 Union all select '颤','CHAN '
 Union all select '羼','CHAN '
 Union all select '伥','CHANG '
 Union all select '昌','CHANG '
 Union all select '娼','CHANG '
 Union all select '猖','CHANG '
 Union all select '菖','CHANG '
 Union all select '阊','CHANG '
 Union all select '鲳','CHANG '
 Union all select '长','CHANG '
 Union all select '肠','CHANG '
 Union all select '苌','CHANG '
 Union all select '尝','CHANG '
 Union all select '偿','CHANG '
 Union all select '常','CHANG '
 Union all select '徜','CHANG '
 Union all select '嫦','CHANG '
 Union all select '厂','CHANG '
 Union all select '场','CHANG '
 Union all select '昶','CHANG '
 Union all select '惝','CHANG '
 Union all select '敞','CHANG '
 Union all select '氅','CHANG '
 Union all select '怅','CHANG '
 Union all select '畅','CHANG '
 Union all select '倡','CHANG '
 Union all select '鬯','CHANG '
 Union all select '唱','CHANG '
 Union all select '抄','CHAO '
 Union all select '怊','CHAO '
 Union all select '钞','CHAO '
 Union all select '焯','CHAO '
 Union all select '超','CHAO '
 Union all select '晁','CHAO '
 Union all select '巢','CHAO '
 Union all select '朝','CHAO '
 Union all select '嘲','CHAO '
 Union all select '潮','CHAO '
 Union all select '吵','CHAO '
 Union all select '炒','CHAO '
 Union all select '耖','CHAO '
 Union all select '车','CHE '
 Union all select '砗','CHE '
 Union all select '扯','CHE '
 Union all select '屮','CHE '
 Union all select '彻','CHE '
 Union all select '坼','CHE '
 Union all select '掣','CHE '
 Union all select '撤','CHE '
 Union all select '澈','CHE '
 Union all select '抻','CHEN '
 Union all select '郴','CHEN '
 Union all select '琛','CHEN '
 Union all select '嗔','CHEN '
 Union all select '尘','CHEN '
 Union all select '臣','CHEN '
 Union all select '忱','CHEN '
 Union all select '沉','CHEN '
 Union all select '辰','CHEN '
 Union all select '陈','CHEN '
 Union all select '宸','CHEN '
 Union all select '晨','CHEN '
 Union all select '谌','CHEN '
 Union all select '碜','CHEN '
 Union all select '闯','CHUANG '
 Union all select '衬','CHEN '
 Union all select '称','CHENG '
 Union all select '龀','CHEN '
 Union all select '趁','CHEN '
 Union all select '榇','CHEN '
 Union all select '谶','CHEN '
 Union all select '柽','CHENG '
 Union all select '蛏','CHENG '
 Union all select '铛','CHENG '
 Union all select '撑','CHENG '
 Union all select '瞠','CHENG '
 Union all select '丞','CHENG '
 Union all select '成','CHENG '
 Union all select '呈','CHENG '
 Union all select '承','CHENG '
 Union all select '枨','CHENG '
 Union all select '诚','CHENG '
 Union all select '城','CHENG '
 Union all select '乘','CHENG '
 Union all select '埕','CHENG '
 Union all select '铖','CHENG '
 Union all select '惩','CHENG '
 Union all select '程','CHENG '
 Union all select '裎','CHENG '
 Union all select '塍','CHENG '
 Union all select '酲','CHENG '
 Union all select '澄','CHENG '
 Union all select '橙','CHENG '
 Union all select '逞','CHENG '
 Union all select '骋','CHENG '
 Union all select '秤','CHENG '
 Union all select '吃','CHI '
 Union all select '哧','CHI '
 Union all select '蚩','CHI '
 Union all select '鸱','CHI '
 Union all select '眵','CHI '
 Union all select '笞','CHI '
 Union all select '嗤','CHI '
 Union all select '媸','CHI '
 Union all select '痴','CHI '
 Union all select '螭','CHI '
 Union all select '弛','CHI '
 Union all select '池','CHI '
 Union all select '驰','CHI '
 Union all select '迟','CHI '
 Union all select '茌','CHI '
 Union all select '持','CHI '
 Union all select '匙','CHI '
 Union all select '墀','CHI '
 Union all select '踟','CHI '
 Union all select '篪','CHI '
 Union all select '尺','CHI '
 Union all select '侈','CHI '
 Union all select '齿','CHI '
 Union all select '耻','CHI '
 Union all select '豉','CHI '
 Union all select '褫','CHI '
 Union all select '彳','CHI '
 Union all select '叱','CHI '
 Union all select '斥','CHI '
 Union all select '赤','CHI '
 Union all select '饬','CHI '
 Union all select '炽','CHI '
 Union all select '翅','CHI '
 Union all select '敕','CHI '
 Union all select '啻','CHI '
 Union all select '傺','CHI '
 Union all select '瘛','CHI '
 Union all select '充','CHONG '
 Union all select '冲','CHONG '
 Union all select '忡','CHONG '
 Union all select '茺','CHONG '
 Union all select '舂','CHONG '
 Union all select '憧','CHONG '
 Union all select '艟','CHONG '
 Union all select '虫','CHONG '
 Union all select '崇','CHONG '
 Union all select '宠','CHONG '
 Union all select '铳','CHONG '
 Union all select '抽','CHOU '
 Union all select '瘳','CHOU '
 Union all select '仇','CHOU '
 Union all select '俦','CHOU '
 Union all select '帱','DAO '
 Union all select '惆','CHOU '
 Union all select '绸','CHOU '
 Union all select '畴','CHOU '
 Union all select '愁','CHOU '
 Union all select '稠','CHOU '
 Union all select '筹','CHOU '
 Union all select '酬','CHOU '
 Union all select '踌','CHOU '
 Union all select '雠','CHOU '
 Union all select '丑','CHOU '
 Union all select '瞅','CHOU '
 Union all select '臭','CHOU '
 Union all select '出','CHU '
 Union all select '初','CHU '
 Union all select '樗','CHU '
 Union all select '刍','CHU '
 Union all select '除','CHU '
 Union all select '厨','CHU '
 Union all select '滁','CHU '
 Union all select '锄','CHU '
 Union all select '蜍','CHU '
 Union all select '雏','CHU '
 Union all select '橱','CHU '
 Union all select '躇','CHU '
 Union all select '蹰','CHU '
 Union all select '杵','CHU '
 Union all select '础','CHU '
 Union all select '储','CHU '
 Union all select '楮','CHU '
 Union all select '楚','CHU '
 Union all select '褚','CHU '
 Union all select '亍','CHU '
 Union all select '处','CHU '
 Union all select '怵','CHU '
 Union all select '绌','CHU '
 Union all select '搐','CHU '
 Union all select '触','CHU '
 Union all select '憷','CHU '
 Union all select '矗','CHU '
 Union all select '搋','CHUAI '
 Union all select '揣','CHUAI '
 Union all select '啜','CHUO '
 Union all select '嘬','CHUAI '
 Union all select '踹','CHUAI '
 Union all select '巛','CHUAN '
 Union all select '川','CHUAN '
 Union all select '氚','CHUAN '
 Union all select '穿','CHUAN '
 Union all select '传','CHUAN '
 Union all select '舡','CHUAN '
 Union all select '船','CHUAN '
 Union all select '遄','CHUAN '
 Union all select '椽','CHUAN '
 Union all select '舛','CHUAN '
 Union all select '喘','CHUAN '
 Union all select '串','CHUAN '
 Union all select '钏','CHUAN '
 Union all select '囱','CONG '
 Union all select '疮','CHUANG '
 Union all select '窗','CHUANG '
 Union all select '床','CHUANG '
 Union all select '创','CHUANG '
 Union all select '怆','CHUANG '
 Union all select '吹','CHUI '
 Union all select '炊','CHUI '
 Union all select '垂','CHUI '
 Union all select '陲','CHUI '
 Union all select '捶','CHUI '
 Union all select '棰','CHUI '
 Union all select '槌','CHUI '
 Union all select '锤','CHUI '
 Union all select '春','CHUN '
 Union all select '椿','CHUN '
 Union all select '蝽','CHUN '
 Union all select '纯','CHUN '
 Union all select '唇','CHUN '
 Union all select '莼','CHUN '
 Union all select '淳','CHUN '
 Union all select '鹑','CHUN '
 Union all select '醇','CHUN '
 Union all select '蠢','CHUN '
 Union all select '踔','CHUO '
 Union all select '戳','CHUO '
 Union all select '辶','ZOU '
 Union all select '绰','CHAO '
 Union all select '辍','CHUO '
 Union all select '龊','CHUO '
 Union all select '呲','CI '
 Union all select '疵','CI '
 Union all select '词','CI '
 Union all select '祠','CI '
 Union all select '茈','ZI '
 Union all select '茨','CI '
 Union all select '瓷','CI '
 Union all select '慈','CI '
 Union all select '辞','CI '
 Union all select '磁','CI '
 Union all select '雌','CI '
 Union all select '鹚','CI '
 Union all select '糍','CI '
 Union all select '此','CI '
 Union all select '次','CI '
 Union all select '刺','CI '
 Union all select '赐','CI '
 Union all select '从','CONG '
 Union all select '匆','CONG '
 Union all select '苁','CONG '
 Union all select '枞','CONG '
 Union all select '葱','CONG '
 Union all select '骢','CONG '
 Union all select '璁','CONG '
 Union all select '聪','CONG '
 Union all select '丛','CONG '
 Union all select '淙','CONG '
 Union all select '琮','CONG '
 Union all select '凑','COU '
 Union all select '楱','COU '
 Union all select '腠','COU '
 Union all select '辏','COU '
 Union all select '粗','CU '
 Union all select '徂','CU '
 Union all select '殂','CU '
 Union all select '促','CU '
 Union all select '猝','CU '
 Union all select '酢','ZUO '
 Union all select '蔟','CU '
 Union all select '醋','CU '
 Union all select '簇','CU '
 Union all select '蹙','CU '
 Union all select '蹴','CU '
 Union all select '汆','CUAN '
 Union all select '撺','CUAN '
 Union all select '镩','CUAN '
 Union all select '蹿','CUAN '
 Union all select '窜','CUAN '
 Union all select '篡','CUAN '
 Union all select '爨','CUAN '
 Union all select '崔','CUI '
 Union all select '催','CUI '
 Union all select '摧','CUI '
 Union all select '榱','CUI '
 Union all select '璀','CUI '
 Union all select '脆','CUI '
 Union all select '啐','CUI '
 Union all select '悴','CUI '
 Union all select '淬','CUI '
 Union all select '萃','CUI '
 Union all select '毳','CUI '
 Union all select '瘁','CUI '
 Union all select '粹','CUI '
 Union all select '翠','CUI '
 Union all select '村','CUN '
 Union all select '皴','CUN '
 Union all select '存','CUN '
 Union all select '忖','CUN '
 Union all select '寸','CUN '
 Union all select '搓','CUO '
 Union all select '磋','CUO '
 Union all select '撮','CUO '
 Union all select '蹉','CUO '
 Union all select '嵯','CUO '
 Union all select '痤','CUO '
 Union all select '矬','CUO '
 Union all select '鹾','CUO '
 Union all select '脞','CUO '
 Union all select '厝','CUO '
 Union all select '挫','CUO '
 Union all select '措','CUO '
 Union all select '锉','CUO '
 Union all select '错','CUO '
 Union all select '哒','DA '
 Union all select '耷','DA '
 Union all select '搭','DA '
 Union all select '嗒','DA '
 Union all select '褡','DA '
 Union all select '达','DA '
 Union all select '妲','DA '
 Union all select '怛','DA '
 Union all select '沓','TA '
 Union all select '笪','DA '
 Union all select '答','DA '
 Union all select '瘩','DA '
 Union all select '打','DA '
 Union all select '大','DA '
 Union all select '呆','DAI '
 Union all select '呔','TAI '
 Union all select '歹','DAI '
 Union all select '傣','DAI '
 Union all select '代','DAI '
 Union all select '岱','DAI '
 Union all select '甙','DAI '
 Union all select '绐','DAI '
 Union all select '迨','DAI '
 Union all select '带','DAI '
 Union all select '待','DAI '
 Union all select '怠','DAI '
 Union all select '殆','DAI '
 Union all select '玳','DAI '
 Union all select '贷','DAI '
 Union all select '埭','DAI '
 Union all select '袋','DAI '
 Union all select '逮','DAI '
 Union all select '戴','DAI '
 Union all select '丹','DAN '
 Union all select '单','DAN '
 Union all select '担','DAN '
 Union all select '眈','DAN '
 Union all select '耽','DAN '
 Union all select '郸','DAN '
 Union all select '聃','DAN '
 Union all select '殚','DAN '
 Union all select '瘅','DAN '
 Union all select '箪','DAN '
 Union all select '儋','DAN '
 Union all select '胆','DAN '
 Union all select '疸','DA '
 Union all select '掸','DAN '
 Union all select '旦','DAN '
 Union all select '但','DAN '
 Union all select '诞','DAN '
 Union all select '啖','DAN '
 Union all select '弹','DAN '
 Union all select '惮','DAN '
 Union all select '淡','DAN '
 Union all select '萏','DAN '
 Union all select '蛋','DAN '
 Union all select '氮','DAN '
 Union all select '澹','DAN '
 Union all select '当','DANG '
 Union all select '裆','DANG '
 Union all select '挡','DANG '
 Union all select '党','DANG '
 Union all select '谠','DANG '
 Union all select '凼','DANG '
 Union all select '宕','DANG '
 Union all select '砀','DANG '
 Union all select '荡','DANG '
 Union all select '档','DANG '
 Union all select '菪','DANG '
 Union all select '刀','DAO '
 Union all select '刂','CE '
 Union all select '叨','DAO '
 Union all select '忉','DAO '
 Union all select '氘','DAO '
 Union all select '导','DAO '
 Union all select '岛','DAO '
 Union all select '倒','DAO '
 Union all select '捣','DAO '
 Union all select '祷','DAO '
 Union all select '蹈','DAO '
 Union all select '到','DAO '
 Union all select '悼','DAO '
 Union all select '焘','TAO '
 Union all select '盗','DAO '
 Union all select '道','DAO '
 Union all select '稻','DAO '
 Union all select '纛','DAO '
 Union all select '得','DE '
 Union all select '锝','DE '
 Union all select '德','DE '
 Union all select '的','DE '
 Union all select '灯','DENG '
 Union all select '登','DENG '
 Union all select '噔','DENG '
 Union all select '簦','DENG '
 Union all select '蹬','DENG '
 Union all select '等','DENG '
 Union all select '戥','DENG '
 Union all select '邓','DENG '
 Union all select '凳','DENG '
 Union all select '嶝','DENG '
 Union all select '瞪','DENG '
 Union all select '磴','DENG '
 Union all select '镫','DENG '--####
 insert #tempb
 select '低','DI '
 Union all select '羝','DI '
 Union all select '堤','DI '
 Union all select '嘀','DI '
 Union all select '滴','DI '
 Union all select '镝','DI '
 Union all select '狄','DI '
 Union all select '籴','DI '
 Union all select '迪','DI '
 Union all select '敌','DI '
 Union all select '涤','DI '
 Union all select '荻','DI '
 Union all select '笛','DI '
 Union all select '觌','DI '
 Union all select '嫡','DI '
 Union all select '氐','DI '
 Union all select '诋','DI '
 Union all select '邸','DI '
 Union all select '坻','DI '
 Union all select '底','DI '
 Union all select '抵','DI '
 Union all select '柢','DI '
 Union all select '砥','DI '
 Union all select '地','DI '
 Union all select '弟','DI '
 Union all select '帝','DI '
 Union all select '娣','DI '
 Union all select '递','DI '
 Union all select '第','DI '
 Union all select '谛','DI '
 Union all select '棣','DI '
 Union all select '睇','DI '
 Union all select '缔','DI '
 Union all select '蒂','DI '
 Union all select '碲','DI '
 Union all select '嗲','DIA '
 Union all select '掂','DIAN '
 Union all select '滇','DIAN '
 Union all select '颠','DIAN '
 Union all select '巅','DIAN '
 Union all select '癫','DIAN '
 Union all select '典','DIAN '
 Union all select '点','DIAN '
 Union all select '碘','DIAN '
 Union all select '踮','DIAN '
 Union all select '电','DIAN '
 Union all select '佃','DIAN '
 Union all select '甸','DIAN '
 Union all select '阽','YAN '
 Union all select '坫','DIAN '
 Union all select '店','DIAN '
 Union all select '垫','DIAN '
 Union all select '玷','DIAN '
 Union all select '钿','DIAN '
 Union all select '惦','DIAN '
 Union all select '淀','DIAN '
 Union all select '奠','DIAN '
 Union all select '殿','DIAN '
 Union all select '靛','DIAN '
 Union all select '癜','DIAN '
 Union all select '簟','DIAN '
 Union all select '***','DIAO '
 Union all select '叼','DIAO '
 Union all select '凋','DIAO '
 Union all select '貂','DIAO '
 Union all select '碉','DIAO '
 Union all select '雕','DIAO '
 Union all select '鲷','DIAO '
 Union all select '吊','DIAO '
 Union all select '钓','DIAO '
 Union all select '调','DIAO '
 Union all select '掉','DIAO '
 Union all select '铞','DIAO '
 Union all select '爹','DIE '
 Union all select '跌','DIE '
 Union all select '迭','DIE '
 Union all select '垤','DIE '
 Union all select '瓞','DIE '
 Union all select '谍','DIE '
 Union all select '喋','DIE '
 Union all select '堞','DIE '
 Union all select '揲','DIE '
 Union all select '耋','DIE '
 Union all select '叠','DIE '
 Union all select '牒','DIE '
 Union all select '碟','DIE '
 Union all select '蝶','DIE '
 Union all select '蹀','DIE '
 Union all select '鲽','DIE '
 Union all select '丁','DING '
 Union all select '仃','DING '
 Union all select '叮','DING '
 Union all select '玎','DING '
 Union all select '疔','DING '
 Union all select '盯','DING '
 Union all select '钉','DING '
 Union all select '耵','DING '
 Union all select '酊','DING '
 Union all select '顶','DING '
 Union all select '鼎','DING '
 Union all select '订','DING '
 Union all select '定','DING '
 Union all select '啶','DING '
 Union all select '腚','DING '
 Union all select '碇','DING '
 Union all select '锭','DING '
 Union all select '丢','DIU '
 Union all select '铥','DIU '
 Union all select '东','DONG '
 Union all select '冬','DONG '
 Union all select '咚','DONG '
 Union all select '岽','DONG '
 Union all select '氡','DONG '
 Union all select '鸫','DONG '
 Union all select '董','DONG '
 Union all select '懂','DONG '
 Union all select '动','DONG '
 Union all select '冻','DONG '
 Union all select '侗','DONG '
 Union all select '垌','DONG '
 Union all select '峒','DONG '
 Union all select '恫','DONG '
 Union all select '栋','DONG '
 Union all select '洞','DONG '
 Union all select '胨','DONG '
 Union all select '胴','DONG '
 Union all select '硐','DONG '
 Union all select '都','DOU '
 Union all select '兜','DOU '
 Union all select '蔸','DOU '
 Union all select '篼','DOU '
 Union all select '斗','DOU '
 Union all select '抖','DOU '
 Union all select '钭','DOU '
 Union all select '陡','DOU '
 Union all select '蚪','DOU '
 Union all select '豆','DOU '
 Union all select '逗','DOU '
 Union all select '痘','DOU '
 Union all select '窦','DOU '
 Union all select '嘟','DU '
 Union all select '督','DU '
 Union all select '毒','DU '
 Union all select '读','DU '
 Union all select '渎','DU '
 Union all select '椟','DU '
 Union all select '牍','DU '
 Union all select '犊','DU '
 Union all select '独','DU '
 Union all select '笃','DU '
 Union all select '堵','DU '
 Union all select '赌','DU '
 Union all select '睹','DU '
 Union all select '芏','DU '
 Union all select '妒','DU '
 Union all select '杜','DU '
 Union all select '肚','DU '
 Union all select '度','DU '
 Union all select '渡','DU '
 Union all select '镀','DU '
 Union all select '蠹','DU '
 Union all select '端','DUAN '
 Union all select '短','DUAN '
 Union all select '段','DUAN '
 Union all select '断','DUAN '
 Union all select '缎','DUAN '
 Union all select '椴','DUAN '
 Union all select '煅','DUAN '
 Union all select '锻','DUAN '
 Union all select '簖','DUAN '
 Union all select '堆','DUI '
 Union all select '队','DUI '
 Union all select '对','DUI '
 Union all select '兑','DUI '
 Union all select '怼','DUI '
 Union all select '碓','DUI '
 Union all select '憝','DUI '
 Union all select '镦','DUI '
 Union all select '吨','DUN '
 Union all select '敦','DUN '
 Union all select '墩','DUN '
 Union all select '礅','DUN '
 Union all select '蹲','DUN '
 Union all select '盹','DUN '
 Union all select '趸','DUN '
 Union all select '囤','DUN '
 Union all select '沌','DUN '
 Union all select '炖','DUN '
 Union all select '盾','DUN '
 Union all select '砘','DUN '
 Union all select '钝','DUN '
 Union all select '顿','DUN '
 Union all select '遁','DUN '
 Union all select '多','DUO '
 Union all select '咄','DUO '
 Union all select '哆','DUO '
 Union all select '裰','DUO '
 Union all select '夺','DUO '
 Union all select '铎','DUO '
 Union all select '掇','DUO '
 Union all select '踱','DUO '
 Union all select '朵','DUO '
 Union all select '哚','DUO '
 Union all select '垛','DUO '
 Union all select '缍','DUO '
 Union all select '躲','DUO '
 Union all select '剁','DUO '
 Union all select '沲','DUO '
 Union all select '堕','DUO '
 Union all select '舵','DUO '
 Union all select '惰','DUO '
 Union all select '跺','DUO '
 Union all select '屙','E '
 Union all select '讹','E '
 Union all select '俄','E '
 Union all select '娥','E '
 Union all select '峨','E '
 Union all select '莪','E '
 Union all select '锇','E '
 Union all select '鹅','E '
 Union all select '蛾','E '
 Union all select '额','E '
 Union all select '婀','E '
 Union all select '厄','E '
 Union all select '呃','E '
 Union all select '扼','E '
 Union all select '苊','E '
 Union all select '轭','E '
 Union all select '垩','E '
 Union all select '恶','E '
 Union all select '饿','E '
 Union all select '谔','E '
 Union all select '鄂','E '
 Union all select '阏','E '
 Union all select '愕','E '
 Union all select '萼','E '
 Union all select '遏','E '
 Union all select '腭','E '
 Union all select '锷','E '
 Union all select '鹗','E '
 Union all select '颚','E '
 Union all select '噩','E '
 Union all select '鳄','E '
 Union all select '恩','EN '
 Union all select '蒽','EN '
 Union all select '摁','EN '
 Union all select '儿','ER '
 Union all select '而','ER '
 Union all select '鸸','ER '
 Union all select '鲕','ER '
 Union all select '尔','ER '
 Union all select '耳','ER '
 Union all select '迩','ER '
 Union all select '洱','ER '
 Union all select '饵','ER '
 Union all select '珥','ER '
 Union all select '铒','ER '
 Union all select '二','ER '
 Union all select '佴','ER '
 Union all select '贰','ER '
 Union all select '发','FA '
 Union all select '乏','FA '
 Union all select '伐','FA '
 Union all select '垡','FA '
 Union all select '罚','FA '
 Union all select '阀','FA '
 Union all select '筏','FA '
 Union all select '法','FA '
 Union all select '砝','FA '
 Union all select '珐','FA '
 Union all select '帆','FAN '
 Union all select '番','FAN '
 Union all select '幡','FAN '
 Union all select '翻','FAN '
 Union all select '藩','FAN '
 Union all select '凡','FAN '
 Union all select '矾','FAN '
 Union all select '钒','FAN '
 Union all select '烦','FAN '
 Union all select '樊','FAN '
 Union all select '蕃','FAN '
 Union all select '燔','FAN '
 Union all select '繁','FAN '
 Union all select '蹯','FAN '
 Union all select '蘩','FAN '
 Union all select '反','FAN '
 Union all select '返','FAN '
 Union all select '犯','FAN '
 Union all select '泛','FAN '
 Union all select '饭','FAN '
 Union all select '范','FAN '
 Union all select '贩','FAN '
 Union all select '畈','FAN '
 Union all select '梵','FAN '
 Union all select '匚','FANG '
 Union all select '方','FANG '
 Union all select '邡','FANG '
 Union all select '坊','FANG '
 Union all select '芳','FANG '
 Union all select '枋','FANG '
 Union all select '钫','FANG '
 Union all select '防','FANG '
 Union all select '妨','FANG '
 Union all select '房','FANG '
 Union all select '肪','FANG '
 Union all select '鲂','FANG '
 Union all select '仿','FANG '
 Union all select '访','FANG '
 Union all select '彷','PANG '
 Union all select '纺','FANG '
 Union all select '舫','FANG '
 Union all select '放','FANG '
 Union all select '飞','FEI '
 Union all select '妃','FEI '
 Union all select '非','FEI '
 Union all select '啡','FEI '
 Union all select '绯','FEI '
 Union all select '菲','FEI '
 Union all select '扉','FEI '
 Union all select '蜚','FEI '
 Union all select '霏','FEI '
 Union all select '鲱','FEI '
 Union all select '肥','FEI '
 Union all select '淝','FEI '
 Union all select '腓','FEI '
 Union all select '匪','FEI '
 Union all select '诽','FEI '
 Union all select '悱','FEI '
 Union all select '斐','FEI '
 Union all select '榧','FEI '
 Union all select '翡','FEI '
 Union all select '篚','FEI '
 Union all select '吠','FEI '
 Union all select '废','FEI '
 Union all select '沸','FEI '
 Union all select '狒','FEI '
 Union all select '肺','FEI '
 Union all select '费','FEI '
 Union all select '痱','FEI '
 Union all select '镄','FEI '
 Union all select '分','FEN '
 Union all select '吩','FEN '
 Union all select '纷','FEN '
 Union all select '芬','FEN '
 Union all select '氛','FEN '
 Union all select '玢','BIN '
 Union all select '酚','FEN '
 Union all select '坟','FEN '
 Union all select '汾','FEN '
 Union all select '棼','FEN '
 Union all select '焚','FEN '
 Union all select '粉','FEN '
 Union all select '份','FEN '
 Union all select '奋','FEN '
 Union all select '忿','FEN '
 Union all select '偾','FEN '
 Union all select '愤','FEN '
 Union all select '粪','FEN '
 Union all select '鲼','FEN '
 Union all select '瀵','FEN '
 Union all select '丰','FENG '
 Union all select '风','FENG '
 Union all select '沣','FENG '
 Union all select '枫','FENG '
 Union all select '封','FENG '
 Union all select '疯','FENG '
 Union all select '砜','FENG '
 Union all select '峰','FENG '
 Union all select '烽','FENG '
 Union all select '葑','FENG '
 Union all select '锋','FENG '
 Union all select '蜂','FENG '
 Union all select '酆','FENG '
 Union all select '冯','FENG '
 Union all select '逢','FENG '
 Union all select '缝','FENG '
 Union all select '讽','FENG '
 Union all select '唪','FENG '
 Union all select '凤','FENG '
 Union all select '奉','FENG '
 Union all select '俸','FENG '
 Union all select '佛','FO '
 Union all select '缶','FOU '
 Union all select '否','FOU '
 Union all select '夫','FU '
 Union all select '呋','FU '
 Union all select '肤','FU '
 Union all select '趺','FU '
 Union all select '麸','FU '
 Union all select '稃','FU '
 Union all select '跗','FU '
 Union all select '孵','FU '
 Union all select '敷','FU '
 Union all select '弗','FU '
 Union all select '伏','FU '
 Union all select '凫','FU '
 Union all select '孚','FU '
 Union all select '扶','FU '
 Union all select '芙','FU '
 Union all select '芾','FEI '
 Union all select '怫','FU '
 Union all select '拂','FU '
 Union all select '服','FU '
 Union all select '绂','FU '
 Union all select '绋','FU '
 Union all select '苻','FU '
 Union all select '俘','FU '
 Union all select '氟','FU '
 Union all select '祓','FU '
 Union all select '罘','FU '
 Union all select '茯','FU '
 Union all select '郛','FU '
 Union all select '浮','FU '
 Union all select '砩','FU '
 Union all select '莩','FU '
 Union all select '蚨','FU '
 Union all select '匐','FU '
 Union all select '桴','FU '
 Union all select '涪','FU '
 Union all select '符','FU '
 Union all select '艴','FU '
 Union all select '菔','FU '
 Union all select '袱','FU '
 Union all select '幅','FU '
 Union all select '福','FU '
 Union all select '蜉','FU '
 Union all select '辐','FU '
 Union all select '幞','FU '
 Union all select '蝠','FU '
 Union all select '黻','FU '
 Union all select '呒','MU '
 Union all select '抚','FU '
 Union all select '甫','FU '
 Union all select '府','FU '
 Union all select '拊','FU '
 Union all select '斧','FU '
 Union all select '俯','FU '
 Union all select '釜','FU '
 Union all select '脯','PU '
 Union all select '辅','FU '
 Union all select '腑','FU '
 Union all select '滏','FU '
 Union all select '腐','FU '
 Union all select '黼','FU '
 Union all select '阝','ZUO '
 Union all select '父','FU '
 Union all select '讣','FU '
 Union all select '付','FU '
 Union all select '妇','FU '
 Union all select '负','FU '
 Union all select '附','FU '
 Union all select '咐','FU '
 Union all select '阜','FU '
 Union all select '驸','FU '
 Union all select '复','FU '
 Union all select '赴','FU '
 Union all select '副','FU '
 Union all select '傅','FU '
 Union all select '富','FU '
 Union all select '赋','FU '
 Union all select '缚','FU '
 Union all select '腹','FU '
 Union all select '鲋','FU '
 Union all select '赙','FU '
 Union all select '蝮','FU '
 Union all select '鳆','FU '
 Union all select '覆','FU '
 Union all select '馥','FU '
 Union all select '旮','GA '
 Union all select '伽','GA '
 Union all select '钆','GA '
 Union all select '尜','GA '
 Union all select '嘎','GA '
 Union all select '噶','GA '
 Union all select '尕','GA '
 Union all select '尬','GA '
 Union all select '该','GAI '
 Union all select '陔','GAI '
 Union all select '垓','GAI '
 Union all select '赅','GAI '
 Union all select '改','GAI '
 Union all select '丐','GAI '
 Union all select '钙','GAI '
 Union all select '盖','GAI '
 Union all select '溉','GAI '
 Union all select '戤','GAI '
 Union all select '概','GAI '
 Union all select '干','GAN '
 Union all select '甘','GAN '
 Union all select '杆','GAN '
 Union all select '肝','GAN '
 Union all select '坩','GAN '
 Union all select '泔','GAN '
 Union all select '苷','GAN '
 Union all select '柑','GAN '
 Union all select '竿','GAN '
 Union all select '疳','GAN '
 Union all select '酐','GAN '
 Union all select '尴','GAN '
 Union all select '秆','GAN '
 Union all select '赶','GAN '
 Union all select '敢','GAN '
 Union all select '感','GAN '
 Union all select '澉','GAN '
 Union all select '橄','GAN '
 Union all select '擀','GAN '
 Union all select '旰','GAN '
 Union all select '矸','GAN '
 Union all select '绀','GAN '
 Union all select '淦','GAN '
 Union all select '赣','GAN '
 Union all select '冈','GANG '
 Union all select '刚','GANG '
 Union all select '岗','GANG '
 Union all select '纲','GANG '
 Union all select '肛','GANG '
 Union all select '缸','GANG '
 Union all select '钢','GANG '
 Union all select '罡','GANG '
 Union all select '港','GANG '
 Union all select '杠','GANG '
 Union all select '筻','GANG '
 Union all select '戆','GANG '
 Union all select '皋','GAO '
 Union all select '羔','GAO '
 Union all select '高','GAO '
 Union all select '槔','GAO '
 Union all select '睾','GAO '
 Union all select '膏','GAO '
 Union all select '篙','GAO '
 Union all select '糕','GAO '
 Union all select '杲','GAO '
 Union all select '搞','GAO '
 Union all select '缟','GAO '
 Union all select '槁','GAO '
 Union all select '稿','GAO '
 Union all select '镐','GAO '
 Union all select '藁','GAO '
 Union all select '告','GAO '
 Union all select '诰','GAO '
 Union all select '郜','GAO '
 Union all select '锆','GAO '
 Union all select '戈','GE '
 Union all select '圪','GE '
 Union all select '纥','GE '
 Union all select '疙','GE '
 Union all select '哥','GE '
 Union all select '胳','GE '
 Union all select '袼','GE '
 Union all select '鸽','GE '
 Union all select '割','GE '
 Union all select '搁','GE '
 Union all select '歌','GE '
 Union all select '阁','GE '
 Union all select '革','GE '
 Union all select '格','GE '
 Union all select '鬲','GE '
 Union all select '葛','GE '
 Union all select '蛤','HA '
 Union all select '隔','GE '
 Union all select '嗝','GE '
 Union all select '塥','GE '
 Union all select '搿','GE '
 Union all select '膈','GE '
 Union all select '镉','GE '
 Union all select '哿','GE '
 Union all select '舸','GE '
 Union all select '个','GE '
 Union all select '各','GE '
 Union all select '虼','GE '
 Union all select '硌','GE '
 Union all select '铬','GE '
 Union all select '给','GEI '
 Union all select '根','GEN '
 Union all select '跟','GEN '
 Union all select '哏','GEN '
 Union all select '亘','GEN '
 Union all select '艮','GEN '
 Union all select '茛','GEN '
 Union all select '更','GENG '
 Union all select '庚','GENG '
 Union all select '耕','GENG '
 Union all select '赓','GENG '
 Union all select '羹','GENG '
 Union all select '哽','GENG '
 Union all select '埂','GENG '
 Union all select '绠','GENG '
 Union all select '耿','GENG '
 Union all select '梗','GENG '
 Union all select '鲠','GENG '
 Union all select '工','GONG '
 Union all select '弓','GONG '
 Union all select '公','GONG '
 Union all select '功','GONG '
 Union all select '攻','GONG '
 Union all select '供','GONG '
 Union all select '肱','GONG '
 Union all select '宫','GONG '
 Union all select '恭','GONG '
 Union all select '蚣','GONG '
 Union all select '躬','GONG '
 Union all select '龚','GONG '
 Union all select '觥','GONG '
 Union all select '廾','GONG '
 Union all select '巩','GONG '
 Union all select '汞','GONG '
 Union all select '拱','GONG '
 Union all select '珙','GONG '
 Union all select '共','GONG '
 Union all select '贡','GONG '
 Union all select '勾','GOU '
 Union all select '佝','GOU '
 Union all select '沟','GOU '
 Union all select '钩','GOU '
 Union all select '缑','GOU '
 Union all select '篝','GOU '
 Union all select '岣','GOU '
 Union all select '狗','GOU '
 Union all select '苟','GOU '
 Union all select '枸','GOU '
 Union all select '笱','GOU '
 Union all select '构','GOU '
 Union all select '诟','GOU '
 Union all select '购','GOU '
 Union all select '垢','GOU '
 Union all select '够','GOU '
 Union all select '媾','GOU '
 Union all select '彀','GOU '
 Union all select '遘','GOU '
 Union all select '觏','GOU '
 Union all select '估','GU '
 Union all select '咕','GU '
 Union all select '姑','GU '
 Union all select '孤','GU '
 Union all select '沽','GU '
 Union all select '轱','GU '
 Union all select '鸪','GU '
 Union all select '菇','GU '
 Union all select '菰','GU '
 Union all select '蛄','GU '
 Union all select '觚','GU '
 Union all select '辜','GU '
 Union all select '酤','GU '
 Union all select '毂','GU '
 Union all select '箍','GU '
 Union all select '古','GU '
 Union all select '汩','GU '
 Union all select '诂','GU '
 Union all select '谷','GU '
 Union all select '股','GU '
 Union all select '牯','GU '
 Union all select '骨','GU '
 Union all select '罟','GU '
 Union all select '钴','GU '
 Union all select '蛊','GU '
 Union all select '鹄','HU '
 Union all select '鼓','GU '
 Union all select '嘏','GU '
 Union all select '臌','GU '
 Union all select '瞽','GU '
 Union all select '固','GU '
 Union all select '故','GU '
 Union all select '顾','GU '
 Union all select '崮','GU '
 Union all select '梏','GU '
 Union all select '牿','GU '
 Union all select '雇','GU '
 Union all select '痼','GU '
 Union all select '锢','GU '
 Union all select '鲴','GU '
 Union all select '瓜','GUA '
 Union all select '刮','GUA '
 Union all select '胍','GUA '
 Union all select '鸹','GUA '
 Union all select '呱','GUA '
 Union all select '剐','GUA '
 Union all select '寡','GUA '
 Union all select '卦','GUA '
 Union all select '诖','GUA '
 Union all select '挂','GUA '
 Union all select '褂','GUA '
 Union all select '乖','GUAI '
 Union all select '拐','GUAI '
 Union all select '怪','GUAI '
 Union all select '关','GUAN '
 Union all select '观','GUAN '
 Union all select '官','GUAN '
 Union all select '冠','GUAN '
 Union all select '倌','GUAN '
 Union all select '棺','GUAN '
 Union all select '馆','GUAN '
 Union all select '管','GUAN '
 Union all select '贯','GUAN '
 Union all select '惯','GUAN '
 Union all select '掼','GUAN '
 Union all select '涫','GUAN '
 Union all select '盥','GUAN '
 Union all select '灌','GUAN '
 Union all select '鹳','GUAN '
 Union all select '罐','GUAN '
 Union all select '光','GUANG '
 Union all select '咣','GUANG '
 Union all select '桄','GUANG '
 Union all select '胱','GUANG '
 Union all select '广','GUANG '
 Union all select '犷','GUANG '
 Union all select '逛','GUANG '
 Union all select '归','GUI '
 Union all select '圭','GUI '
 Union all select '妫','GUI '
 Union all select '龟','GUI '
 Union all select '规','GUI '
 Union all select '皈','GUI '
 Union all select '闺','GUI '
 Union all select '硅','GUI '
 Union all select '瑰','GUI '
 Union all select '鲑','GUI '
 Union all select '宄','GUI '
 Union all select '轨','GUI '
 Union all select '庋','GUI '
 Union all select '匦','GUI '
 Union all select '诡','GUI '
 Union all select '癸','GUI '
 Union all select '鬼','GUI '
 Union all select '晷','GUI '
 Union all select '簋','GUI '
 Union all select '刽','GUI '
 Union all select '刿','GUI '
 Union all select '柜','GUI '
 Union all select '炅','GUI '
 Union all select '贵','GUI '
 Union all select '桂','GUI '
 Union all select '跪','GUI '
 Union all select '丨','SHU '
 Union all select '衮','GUN '
 Union all select '绲','GUN '
 Union all select '辊','GUN '
 Union all select '滚','GUN '
 Union all select '磙','GUN '
 Union all select '鲧','GUN '
 Union all select '棍','GUN '
 Union all select '呙','GUO '
 Union all select '埚','GUO '
 Union all select '郭','GUO '
 Union all select '崞','GUO '
 Union all select '聒','GUO '
 Union all select '锅','GUO '
 Union all select '蝈','GUO '
 Union all select '国','GUO '
 Union all select '帼','GUO '
 Union all select '掴','GUO '
 Union all select '虢','GUO '
 Union all select '馘','GUO '
 Union all select '果','GUO '
 Union all select '猓','GUO '
 Union all select '椁','GUO '
 Union all select '蜾','GUO '
 Union all select '裹','GUO '
 Union all select '过','GUO '
 Union all select '铪','HA '
 Union all select '哈','HA '
 Union all select '嗨','HEI '
 Union all select '孩','HAI '
 Union all select '骸','HAI '
 Union all select '海','HAI '
 Union all select '胲','HAI '
 Union all select '醢','HAI '
 Union all select '亥','HAI '
 Union all select '骇','HAI '
 Union all select '害','HAI '
 Union all select '氦','HAI '
 Union all select '顸','HAN '
 Union all select '蚶','HAN '
 Union all select '酣','HAN '
 Union all select '憨','HAN '
 Union all select '邗','HAN '
 Union all select '含','HAN '
 Union all select '邯','HAN '
 Union all select '函','HAN '
 Union all select '晗','HAN '
 Union all select '涵','HAN '
 Union all select '焓','HAN '
 Union all select '寒','HAN '
 Union all select '韩','HAN '
 Union all select '罕','HAN '
 Union all select '喊','HAN '
 Union all select '汉','HAN '
 Union all select '汗','HAN '
 Union all select '旱','HAN '
 Union all select '悍','HAN '
 Union all select '捍','HAN '
 Union all select '焊','HAN '
 Union all select '菡','HAN '
 Union all select '颔','HAN '
 Union all select '撖','HAN '
 Union all select '憾','HAN '
 Union all select '撼','HAN '
 Union all select '翰','HAN '
 Union all select '瀚','HAN '
 Union all select '夯','BEN '
 Union all select '杭','HANG '
 Union all select '绗','HANG '
 Union all select '航','HANG '
 Union all select '颃','HANG '
 Union all select '沆','HANG '
 Union all select '蒿','HAO '
 Union all select '嚆','HAO '
 Union all select '薅','HAO '
 Union all select '蚝','HAO '
 Union all select '毫','HAO '
 Union all select '嗥','HAO '
 Union all select '豪','HAO '
 Union all select '嚎','HAO '
 Union all select '壕','HAO '
 Union all select '濠','HAO '
 Union all select '好','HAO '
 Union all select '郝','HAO '
 Union all select '号','HAO '
 Union all select '昊','HAO '
 Union all select '浩','HAO '
 Union all select '耗','HAO '
 Union all select '皓','HAO '
 Union all select '颢','HAO '
 Union all select '灏','HAO '
 Union all select '诃','HE '
 Union all select '呵','HE '
 Union all select '喝','HE '
 Union all select '嗬','HE '
 Union all select '禾','HE '
 Union all select '合','HE '
 Union all select '何','HE '
 Union all select '劾','HE '
 Union all select '和','HE '
 Union all select '河','HE '
 Union all select '曷','HE '
 Union all select '阂','HE '
 Union all select '核','HE '
 Union all select '盍','HE '
 Union all select '荷','HE '
 Union all select '涸','HE '
 Union all select '盒','HE '
 Union all select '菏','HE '
 Union all select '蚵','KE '
 Union all select '颌','HE '
 Union all select '貉','MO '
 Union all select '阖','HE '
 Union all select '翮','HE '
 Union all select '贺','HE '
 Union all select '褐','HE '
 Union all select '赫','HE '
 Union all select '鹤','HE '
 Union all select '壑','HE '
 Union all select '黑','HEI '
 Union all select '嘿','HEI '
 Union all select '痕','HEN '
 Union all select '很','HEN '
 Union all select '狠','HEN '
 Union all select '恨','HEN '
 Union all select '亨','HENG '
 Union all select '哼','HENG '
 Union all select '恒','HENG '
 Union all select '桁','HENG '
 Union all select '珩','HENG '
 Union all select '横','HENG '
 Union all select '衡','HENG '
 Union all select '蘅','HENG '
 Union all select '轰','HONG '
 Union all select '哄','HONG '
 Union all select '訇','HONG '
 Union all select '烘','HONG '
 Union all select '薨','HONG '
 Union all select '弘','HONG '
 Union all select '红','HONG '
 Union all select '宏','HONG '
 Union all select '闳','HONG '
 Union all select '泓','HONG '
 Union all select '洪','HONG '
 Union all select '荭','HONG '
 Union all select '虹','HONG '
 Union all select '鸿','HONG '
 Union all select '蕻','HONG '
 Union all select '黉','HONG '
 Union all select '讧','HONG '
 Union all select '侯','HOU '
 Union all select '喉','HOU '
 Union all select '猴','HOU '
 Union all select '瘊','HOU '
 Union all select '篌','HOU '
 Union all select '糇','HOU '
 Union all select '吼','HOU '
 Union all select '后','HOU '
 Union all select '厚','HOU '
 Union all select '後','HOU '
 Union all select '逅','HOU '
 Union all select '候','HOU '
 Union all select '堠','HOU '
 Union all select '鲎','HOU '
 Union all select '乎','HU '
 Union all select '虍','HU '
 Union all select '呼','HU '--####
 insert #tempc
 select '忽','HU '
 Union all select '烀','HU '
 Union all select '轷','HU '
 Union all select '唿','HU '
 Union all select '惚','HU '
 Union all select '滹','HU '
 Union all select '囫','HU '
 Union all select '弧','HU '
 Union all select '狐','HU '
 Union all select '胡','HU '
 Union all select '壶','HU '
 Union all select '斛','HU '
 Union all select '湖','HU '
 Union all select '猢','HU '
 Union all select '葫','HU '
 Union all select '煳','HU '
 Union all select '瑚','HU '
 Union all select '鹕','HU '
 Union all select '槲','HU '
 Union all select '糊','HU '
 Union all select '蝴','HU '
 Union all select '醐','HU '
 Union all select '觳','HU '
 Union all select '虎','HU '
 Union all select '浒','HU '
 Union all select '唬','HU '
 Union all select '琥','HU '
 Union all select '互','HU '
 Union all select '户','HU '
 Union all select '冱','HU '
 Union all select '护','HU '
 Union all select '沪','HU '
 Union all select '岵','HU '
 Union all select '怙','HU '
 Union all select '戽','HU '
 Union all select '祜','HU '
 Union all select '笏','HU '
 Union all select '扈','HU '
 Union all select '瓠','HU '
 Union all select '鹱','HU '
 Union all select '花','HUA '
 Union all select '华','HUA '
 Union all select '哗','HUA '
 Union all select '骅','HUA '
 Union all select '铧','HUA '
 Union all select '滑','HUA '
 Union all select '猾','HUA '
 Union all select '化','HUA '
 Union all select '划','HUA '
 Union all select '画','HUA '
 Union all select '话','HUA '
 Union all select '桦','HUA '
 Union all select '怀','HUAI '
 Union all select '徊','HUAI '
 Union all select '淮','HUAI '
 Union all select '槐','HUAI '
 Union all select '踝','HUAI '
 Union all select '坏','HUAI '
 Union all select '欢','HUAN '
 Union all select '獾','HUAN '
 Union all select '还','HAI '
 Union all select '环','HUAN '
 Union all select '郇','XUN '
 Union all select '洹','HUAN '
 Union all select '桓','HUAN '
 Union all select '萑','HUAN '
 Union all select '锾','HUAN '
 Union all select '寰','HUAN '
 Union all select '缳','HUAN '
 Union all select '缓','HUAN '
 Union all select '幻','HUAN '
 Union all select '奂','HUAN '
 Union all select '宦','HUAN '
 Union all select '唤','HUAN '
 Union all select '换','HUAN '
 Union all select '浣','HUAN '
 Union all select '涣','HUAN '
 Union all select '患','HUAN '
 Union all select '焕','HUAN '
 Union all select '逭','HUAN '
 Union all select '痪','HUAN '
 Union all select '豢','HUAN '
 Union all select '漶','HUAN '
 Union all select '鲩','HUAN '
 Union all select '擐','HUAN '
 Union all select '肓','HUANG '
 Union all select '荒','HUANG '
 Union all select '慌','HUANG '
 Union all select '皇','HUANG '
 Union all select '凰','HUANG '
 Union all select '隍','HUANG '
 Union all select '黄','HUANG '
 Union all select '徨','HUANG '
 Union all select '惶','HUANG '
 Union all select '湟','HUANG '
 Union all select '遑','HUANG '
 Union all select '煌','HUANG '
 Union all select '潢','HUANG '
 Union all select '璜','HUANG '
 Union all select '篁','HUANG '
 Union all select '蝗','HUANG '
 Union all select '癀','HUANG '
 Union all select '磺','HUANG '
 Union all select '簧','HUANG '
 Union all select '蟥','HUANG '
 Union all select '鳇','HUANG '
 Union all select '恍','HUANG '
 Union all select '晃','HUANG '
 Union all select '谎','HUANG '
 Union all select '幌','HUANG '
 Union all select '灰','HUI '
 Union all select '诙','HUI '
 Union all select '咴','HUI '
 Union all select '恢','HUI '
 Union all select '挥','HUI '
 Union all select '虺','HUI '
 Union all select '晖','HUI '
 Union all select '珲','HUI '
 Union all select '辉','HUI '
 Union all select '徽','HUI '
 Union all select '隳','HUI '
 Union all select '回','HUI '
 Union all select '洄','HUI '
 Union all select '茴','HUI '
 Union all select '蛔','HUI '
 Union all select '悔','HUI '
 Union all select '卉','HUI '
 Union all select '汇','HUI '
 Union all select '会','HUI '
 Union all select '讳','HUI '
 Union all select '哕','YUE '
 Union all select '浍','HUI '
 Union all select '绘','HUI '
 Union all select '荟','HUI '
 Union all select '诲','HUI '
 Union all select '恚','HUI '
 Union all select '桧','GUI '
 Union all select '烩','HUI '
 Union all select '贿','HUI '
 Union all select '彗','HUI '
 Union all select '晦','HUI '
 Union all select '秽','HUI '
 Union all select '喙','HUI '
 Union all select '惠','HUI '
 Union all select '缋','HUI '
 Union all select '毁','HUI '
 Union all select '慧','HUI '
 Union all select '蕙','HUI '
 Union all select '蟪','HUI '
 Union all select '昏','HUN '
 Union all select '荤','HUN '
 Union all select '婚','HUN '
 Union all select '阍','HUN '
 Union all select '浑','HUN '
 Union all select '馄','HUN '
 Union all select '魂','HUN '
 Union all select '诨','HUN '
 Union all select '混','HUN '
 Union all select '溷','HUN '
 Union all select '耠','HUO '
 Union all select '锪','HUO '
 Union all select '劐','HUO '
 Union all select '豁','HUO '
 Union all select '攉','HUO '
 Union all select '活','HUO '
 Union all select '火','HUO '
 Union all select '伙','HUO '
 Union all select '钬','HUO '
 Union all select '夥','HUO '
 Union all select '或','HUO '
 Union all select '货','HUO '
 Union all select '获','HUO '
 Union all select '祸','HUO '
 Union all select '惑','HUO '
 Union all select '霍','HUO '
 Union all select '镬','HUO '
 Union all select '嚯','HUO '
 Union all select '藿','HUO '
 Union all select '蠖','HUO '
 Union all select '丌','JI '
 Union all select '讥','JI '
 Union all select '击','JI '
 Union all select '叽','JI '
 Union all select '饥','JI '
 Union all select '乩','JI '
 Union all select '圾','JI '
 Union all select '机','JI '
 Union all select '玑','JI '
 Union all select '肌','JI '
 Union all select '芨','JI '
 Union all select '矶','JI '
 Union all select '鸡','JI '
 Union all select '咭','JI '
 Union all select '迹','JI '
 Union all select '剞','JI '
 Union all select '唧','JI '
 Union all select '姬','JI '
 Union all select '屐','JI '
 Union all select '积','JI '
 Union all select '笄','JI '
 Union all select '基','JI '
 Union all select '绩','JI '
 Union all select '嵇','JI '
 Union all select '犄','JI '
 Union all select '缉','JI '
 Union all select '赍','JI '
 Union all select '畸','JI '
 Union all select '跻','JI '
 Union all select '箕','JI '
 Union all select '畿','JI '
 Union all select '稽','JI '
 Union all select '齑','JI '
 Union all select '墼','JI '
 Union all select '激','JI '
 Union all select '羁','JI '
 Union all select '及','JI '
 Union all select '吉','JI '
 Union all select '岌','JI '
 Union all select '汲','JI '
 Union all select '级','JI '
 Union all select '即','JI '
 Union all select '极','JI '
 Union all select '亟','JI '
 Union all select '佶','JI '
 Union all select '急','JI '
 Union all select '笈','JI '
 Union all select '疾','JI '
 Union all select '戢','JI '
 Union all select '棘','JI '
 Union all select '殛','JI '
 Union all select '集','JI '
 Union all select '嫉','JI '
 Union all select '楫','JI '
 Union all select '蒺','JI '
 Union all select '辑','JI '
 Union all select '瘠','JI '
 Union all select '蕺','JI '
 Union all select '籍','JI '
 Union all select '几','JI '
 Union all select '己','JI '
 Union all select '虮','JI '
 Union all select '挤','JI '
 Union all select '脊','JI '
 Union all select '掎','JI '
 Union all select '戟','JI '
 Union all select '嵴','JI '
 Union all select '彐','JI '
 Union all select '计','JI '
 Union all select '记','JI '
 Union all select '伎','JI '
 Union all select '纪','JI '
 Union all select '妓','JI '
 Union all select '忌','JI '
 Union all select '技','JI '
 Union all select '芰','JI '
 Union all select '际','JI '
 Union all select '剂','JI '
 Union all select '季','JI '
 Union all select '哜','JI '
 Union all select '既','JI '
 Union all select '洎','JI '
 Union all select '济','JI '
 Union all select '继','JI '
 Union all select '觊','JI '
 Union all select '偈','JI '
 Union all select '寂','JI '
 Union all select '寄','JI '
 Union all select '悸','JI '
 Union all select '祭','JI '
 Union all select '蓟','JI '
 Union all select '暨','JI '
 Union all select '跽','JI '
 Union all select '霁','JI '
 Union all select '鲚','JI '
 Union all select '稷','JI '
 Union all select '鲫','JI '
 Union all select '冀','JI '
 Union all select '骥','JI '
 Union all select '加','JIA '
 Union all select '夹','JIA '
 Union all select '佳','JIA '
 Union all select '迦','JIA '
 Union all select '枷','JIA '
 Union all select '浃','JIA '
 Union all select '珈','JIA '
 Union all select '家','JIA '
 Union all select '痂','JIA '
 Union all select '笳','JIA '
 Union all select '袈','JIA '
 Union all select '袷','JIA '
 Union all select '葭','JIA '
 Union all select '跏','JIA '
 Union all select '嘉','JIA '
 Union all select '镓','JIA '
 Union all select '岬','JIA '
 Union all select '郏','JIA '
 Union all select '荚','JIA '
 Union all select '恝','JIA '
 Union all select '戛','JIA '
 Union all select '铗','JIA '
 Union all select '蛱','JIA '
 Union all select '颊','JIA '
 Union all select '甲','JIA '
 Union all select '胛','JIA '
 Union all select '贾','JIA '
 Union all select '钾','JIA '
 Union all select '瘕','JIA '
 Union all select '价','JIA '
 Union all select '驾','JIA '
 Union all select '架','JIA '
 Union all select '假','JIA '
 Union all select '嫁','JIA '
 Union all select '稼','JIA '
 Union all select '戋','JIAN '
 Union all select '奸','JIAN '
 Union all select '尖','JIAN '
 Union all select '坚','JIAN '
 Union all select '歼','JIAN '
 Union all select '间','JIAN '
 Union all select '肩','JIAN '
 Union all select '艰','JIAN '
 Union all select '兼','JIAN '
 Union all select '监','JIAN '
 Union all select '笺','JIAN '
 Union all select '菅','JIAN '
 Union all select '湔','JIAN '
 Union all select '犍','JIAN '
 Union all select '缄','JIAN '
 Union all select '搛','JIAN '
 Union all select '煎','JIAN '
 Union all select '缣','JIAN '
 Union all select '蒹','JIAN '
 Union all select '鲣','JIAN '
 Union all select '鹣','JIAN '
 Union all select '囝','JIAN '
 Union all select '拣','JIAN '
 Union all select '枧','JIAN '
 Union all select '俭','JIAN '
 Union all select '柬','JIAN '
 Union all select '茧','JIAN '
 Union all select '捡','JIAN '
 Union all select '笕','JIAN '
 Union all select '减','JIAN '
 Union all select '剪','JIAN '
 Union all select '检','JIAN '
 Union all select '趼','JIAN '
 Union all select '睑','JIAN '
 Union all select '硷','JIAN '
 Union all select '裥','JIAN '
 Union all select '锏','JIAN '
 Union all select '简','JIAN '
 Union all select '谫','JIAN '
 Union all select '戬','JIAN '
 Union all select '碱','JIAN '
 Union all select '翦','JIAN '
 Union all select '謇','JIAN '
 Union all select '蹇','JIAN '
 Union all select '见','JIAN '
 Union all select '件','JIAN '
 Union all select '建','JIAN '
 Union all select '饯','JIAN '
 Union all select '剑','JIAN '
 Union all select '牮','JIAN '
 Union all select '荐','JIAN '
 Union all select '贱','JIAN '
 Union all select '健','JIAN '
 Union all select '涧','JIAN '
 Union all select '舰','JIAN '
 Union all select '渐','JIAN '
 Union all select '谏','JIAN '
 Union all select '楗','JIAN '
 Union all select '毽','JIAN '
 Union all select '溅','JIAN '
 Union all select '腱','JIAN '
 Union all select '践','JIAN '
 Union all select '鉴','JIAN '
 Union all select '键','JIAN '
 Union all select '僭','JIAN '
 Union all select '槛','KAN '
 Union all select '箭','JIAN '
 Union all select '踺','JIAN '
 Union all select '江','JIANG '
 Union all select '姜','JIANG '
 Union all select '将','JIANG '
 Union all select '茳','JIANG '
 Union all select '浆','JIANG '
 Union all select '豇','JIANG '
 Union all select '僵','JIANG '
 Union all select '缰','JIANG '
 Union all select '礓','JIANG '
 Union all select '疆','JIANG '
 Union all select '讲','JIANG '
 Union all select '奖','JIANG '
 Union all select '桨','JIANG '
 Union all select '蒋','JIANG '
 Union all select '耩','JIANG '
 Union all select '匠','JIANG '
 Union all select '降','JIANG '
 Union all select '洚','JIANG '
 Union all select '绛','JIANG '
 Union all select '酱','JIANG '
 Union all select '犟','JIANG '
 Union all select '糨','JIANG '
 Union all select '艽','JIAO '
 Union all select '交','JIAO '
 Union all select '郊','JIAO '
 Union all select '姣','JIAO '
 Union all select '娇','JIAO '
 Union all select '浇','JIAO '
 Union all select '茭','JIAO '
 Union all select '骄','JIAO '
 Union all select '胶','JIAO '
 Union all select '椒','JIAO '
 Union all select '焦','JIAO '
 Union all select '蛟','JIAO '
 Union all select '跤','JIAO '
 Union all select '僬','JIAO '
 Union all select '鲛','JIAO '
 Union all select '蕉','JIAO '
 Union all select '礁','JIAO '
 Union all select '鹪','JIAO '
 Union all select '角','JIAO '
 Union all select '佼','JIAO '
 Union all select '侥','YAO '
 Union all select '挢','JIAO '
 Union all select '狡','JIAO '
 Union all select '绞','JIAO '
 Union all select '饺','JIAO '
 Union all select '皎','JIAO '
 Union all select '矫','JIAO '
 Union all select '脚','JIAO '
 Union all select '铰','JIAO '
 Union all select '搅','JIAO '
 Union all select '湫','QIU '
 Union all select '剿','JIAO '
 Union all select '敫','JIAO '
 Union all select '徼','JIAO '
 Union all select '缴','JIAO '
 Union all select '叫','JIAO '
 Union all select '峤','QIAO '
 Union all select '轿','JIAO '
 Union all select '较','JIAO '
 Union all select '教','JIAO '
 Union all select '窖','JIAO '
 Union all select '酵','JIAO '
 Union all select '噍','JIAO '
 Union all select '醮','JIAO '
 Union all select '阶','JIE '
 Union all select '疖','JIE '
 Union all select '皆','JIE '
 Union all select '接','JIE '
 Union all select '秸','JIE '
 Union all select '喈','JIE '
 Union all select '嗟','JIE '
 Union all select '揭','JIE '
 Union all select '街','JIE '
 Union all select '卩','DAN '
 Union all select '孑','JIE '
 Union all select '节','JIE '
 Union all select '讦','JIE '
 Union all select '劫','JIE '
 Union all select '杰','JIE '
 Union all select '诘','JIE '
 Union all select '拮','JIE '
 Union all select '洁','JIE '
 Union all select '结','JIE '
 Union all select '桀','JIE '
 Union all select '婕','JIE '
 Union all select '捷','JIE '
 Union all select '颉','JIE '
 Union all select '睫','JIE '
 Union all select '截','JIE '
 Union all select '碣','JIE '
 Union all select '竭','JIE '
 Union all select '鲒','JIE '
 Union all select '羯','JIE '
 Union all select '她','TA '
 Union all select '姐','JIE '
 Union all select '解','JIE '
 Union all select '介','JIE '
 Union all select '戒','JIE '
 Union all select '芥','JIE '
 Union all select '届','JIE '
 Union all select '界','JIE '
 Union all select '疥','JIE '
 Union all select '诫','JIE '
 Union all select '借','JIE '
 Union all select '蚧','JIE '
 Union all select '藉','JIE '
 Union all select '巾','JIN '
 Union all select '今','JIN '
 Union all select '斤','JIN '
 Union all select '钅','JIN '
 Union all select '金','JIN '
 Union all select '津','JIN '
 Union all select '矜','JIN '
 Union all select '衿','JIN '
 Union all select '筋','JIN '
 Union all select '襟','JIN '
 Union all select '仅','JIN '
 Union all select '卺','JIN '
 Union all select '紧','JIN '
 Union all select '堇','JIN '
 Union all select '谨','JIN '
 Union all select '锦','JIN '
 Union all select '廑','JIN '
 Union all select '馑','JIN '
 Union all select '槿','JIN '
 Union all select '瑾','JIN '
 Union all select '尽','JIN '
 Union all select '劲','JIN '
 Union all select '妗','JIN '
 Union all select '近','JIN '
 Union all select '进','JIN '
 Union all select '荩','JIN '
 Union all select '晋','JIN '
 Union all select '浸','JIN '
 Union all select '烬','JIN '
 Union all select '赆','JIN '
 Union all select '缙','JIN '
 Union all select '禁','JIN '
 Union all select '靳','JIN '
 Union all select '觐','JIN '
 Union all select '噤','JIN '
 Union all select '京','JING '
 Union all select '泾','JING '
 Union all select '经','JING '
 Union all select '茎','JING '
 Union all select '荆','JING '
 Union all select '惊','JING '
 Union all select '旌','JING '
 Union all select '菁','JING '
 Union all select '晶','JING '
 Union all select '腈','JING '
 Union all select '睛','JING '
 Union all select '粳','JING '
 Union all select '兢','JING '
 Union all select '精','JING '
 Union all select '鲸','JING '
 Union all select '井','JING '
 Union all select '阱','JING '
 Union all select '刭','JING '
 Union all select '肼','JING '
 Union all select '颈','JING '
 Union all select '景','JING '
 Union all select '儆','JING '
 Union all select '憬','JING '
 Union all select '警','JING '
 Union all select '净','JING '
 Union all select '弪','JING '
 Union all select '径','JING '
 Union all select '迳','JING '
 Union all select '胫','JING '
 Union all select '痉','JING '
 Union all select '竞','JING '
 Union all select '婧','JING '
 Union all select '竟','JING '
 Union all select '敬','JING '
 Union all select '靓','LIANG '
 Union all select '靖','JING '
 Union all select '境','JING '
 Union all select '獍','JING '
 Union all select '静','JING '
 Union all select '镜','JING '
 Union all select '冂','TONG '
 Union all select '扃','JIONG '
 Union all select '迥','JIONG '
 Union all select '炯','JIONG '
 Union all select '窘','JIONG '
 Union all select '纠','JIU '
 Union all select '究','JIU '
 Union all select '鸠','JIU '
 Union all select '赳','JIU '
 Union all select '阄','JIU '
 Union all select '啾','JIU '
 Union all select '揪','JIU '
 Union all select '九','JIU '
 Union all select '久','JIU '
 Union all select '灸','JIU '
 Union all select '玖','JIU '
 Union all select '韭','JIU '
 Union all select '酒','JIU '
 Union all select '旧','JIU '
 Union all select '臼','JIU '
 Union all select '咎','JIU '
 Union all select '疚','JIU '
 Union all select '柩','JIU '
 Union all select '桕','JIU '
 Union all select '厩','JIU '
 Union all select '救','JIU '
 Union all select '就','JIU '
 Union all select '舅','JIU '
 Union all select '僦','JIU '
 Union all select '鹫','JIU '
 Union all select '居','JU '
 Union all select '拘','JU '
 Union all select '狙','JU '
 Union all select '苴','JU '
 Union all select '驹','JU '
 Union all select '疽','JU '
 Union all select '掬','JU '
 Union all select '椐','JU '
 Union all select '琚','JU '
 Union all select '趄','JU '
 Union all select '锔','JU '
 Union all select '裾','JU '
 Union all select '雎','JU '
 Union all select '鞠','JU '
 Union all select '局','JU '
 Union all select '桔','JIE '
 Union all select '菊','JU '
 Union all select '橘','JU '
 Union all select '咀','JU '
 Union all select '沮','JU '
 Union all select '举','JU '
 Union all select '矩','JU '
 Union all select '莒','JU '
 Union all select '榉','JU '
 Union all select '榘','JU '
 Union all select '龃','JU '
 Union all select '踽','JU '
 Union all select '句','JU '
 Union all select '巨','JU '
 Union all select '讵','JU '
 Union all select '拒','JU '
 Union all select '苣','JU '
 Union all select '具','JU '
 Union all select '炬','JU '
 Union all select '钜','JU '
 Union all select '俱','JU '
 Union all select '倨','JU '
 Union all select '剧','JU '
 Union all select '惧','JU '
 Union all select '据','JU '
 Union all select '距','JU '
 Union all select '犋','JU '
 Union all select '飓','JU '
 Union all select '锯','JU '
 Union all select '窭','JU '
 Union all select '聚','JU '
 Union all select '屦','JU '
 Union all select '踞','JU '
 Union all select '遽','JU '
 Union all select '瞿','QU '
 Union all select '醵','JU '
 Union all select '娟','JUAN '
 Union all select '捐','JUAN '
 Union all select '涓','JUAN '
 Union all select '鹃','JUAN '
 Union all select '镌','JUAN '
 Union all select '蠲','JUAN '
 Union all select '卷','JUAN '
 Union all select '锩','JUAN '
 Union all select '倦','JUAN '
 Union all select '桊','JUAN '
 Union all select '狷','JUAN '
 Union all select '绢','JUAN '
 Union all select '隽','JUN '
 Union all select '眷','JUAN '
 Union all select '鄄','JUAN '
 Union all select '噘','JUE '
 Union all select '撅','JUE '
 Union all select '孓','JUE '
 Union all select '决','JUE '
 Union all select '诀','JUE '
 Union all select '抉','JUE '
 Union all select '珏','JUE '
 Union all select '绝','JUE '
 Union all select '觉','JIAO '
 Union all select '倔','JUE '
 Union all select '崛','JUE '
 Union all select '掘','JUE '
 Union all select '桷','JUE '
 Union all select '觖','JUE '
 Union all select '厥','JUE '
 Union all select '劂','JUE '
 Union all select '谲','JUE '
 Union all select '獗','JUE '
 Union all select '蕨','JUE '
 Union all select '噱','JUE '
 Union all select '橛','JUE '
 Union all select '爵','JUE '
 Union all select '镢','JUE '
 Union all select '蹶','JUE '
 Union all select '嚼','JIAO '
 Union all select '矍','JUE '
 Union all select '爝','JUE '
 Union all select '攫','JUE '
 Union all select '军','JUN '
 Union all select '君','JUN '
 Union all select '均','JUN '
 Union all select '钧','JUN '
 Union all select '皲','JUN '
 Union all select '菌','JUN '
 Union all select '筠','JUN '
 Union all select '俊','JUN '
 Union all select '郡','JUN '
 Union all select '峻','JUN '
 Union all select '捃','JUN '
 Union all select '浚','XUN '
 Union all select '骏','JUN '
 Union all select '竣','JUN '
 Union all select '咔','KA '
 Union all select '咖','KA '
 Union all select '喀','KA '
 Union all select '卡','KA '
 Union all select '佧','KA '
 Union all select '胩','KA '
 Union all select '开','KAI '
 Union all select '揩','KAI '
 Union all select '锎','KAI '
 Union all select '凯','KAI '
 Union all select '剀','KAI '
 Union all select '垲','KAI '
 Union all select '恺','KAI '
 Union all select '铠','KAI '
 Union all select '慨','KAI '
 Union all select '蒈','KAI '
 Union all select '楷','KAI '
 Union all select '锴','KAI '
 Union all select '忾','KAI '
 Union all select '刊','KAN '
 Union all select '勘','KAN '
 Union all select '龛','KAN '
 Union all select '堪','KAN '
 Union all select '戡','KAN '
 Union all select '坎','KAN '
 Union all select '侃','KAN '
 Union all select '砍','KAN '
 Union all select '莰','KAN '
 Union all select '看','KAN '
 Union all select '阚','KAN '
 Union all select '瞰','KAN '
 Union all select '康','KANG '
 Union all select '慷','KANG '
 Union all select '糠','KANG '
 Union all select '扛','KANG '
 Union all select '亢','GANG '
 Union all select '伉','KANG '
 Union all select '抗','KANG '
 Union all select '闶','KANG '
 Union all select '炕','KANG '
 Union all select '钪','KANG '
 Union all select '尻','KAO '
 Union all select '考','KAO '
 Union all select '拷','KAO '
 Union all select '栲','KAO '
 Union all select '烤','KAO '
 Union all select '铐','KAO '
 Union all select '犒','KAO '
 Union all select '靠','KAO '
 Union all select '坷','KE '
 Union all select '苛','KE '
 Union all select '柯','KE '
 Union all select '珂','KE '
 Union all select '科','KE '
 Union all select '轲','KE '
 Union all select '疴','KE '
 Union all select '钶','KE '
 Union all select '棵','KE '
 Union all select '颏','KE '
 Union all select '稞','KE '
 Union all select '窠','KE '
 Union all select '颗','KE '
 Union all select '瞌','KE '
 Union all select '磕','KE '
 Union all select '蝌','KE '
 Union all select '壳','KE '
 Union all select '咳','HAI '
 Union all select '可','KE '
 Union all select '岢','KE '
 Union all select '渴','KE '
 Union all select '克','KE '
 Union all select '刻','KE '
 Union all select '客','KE '
 Union all select '恪','KE '
 Union all select '课','KE '
 Union all select '氪','KE '
 Union all select '骒','KE '
 Union all select '缂','KE '
 Union all select '嗑','KE '
 Union all select '溘','KE '
 Union all select '锞','KE '
 Union all select '肯','KEN '
 Union all select '垦','KEN '
 Union all select '恳','KEN '
 Union all select '啃','KEN '
 Union all select '裉','KEN '
 Union all select '吭','KENG '
 Union all select '坑','KENG '
 Union all select '铿','KENG '
 Union all select '空','KONG '
 Union all select '倥','KONG '
 Union all select '崆','KONG '
 Union all select '箜','KONG '
 Union all select '孔','KONG '
 Union all select '恐','KONG '
 Union all select '控','KONG '
 Union all select '抠','KOU '
 Union all select '芤','KOU '
 Union all select '眍','KOU '
 Union all select '口','KOU '
 Union all select '叩','KOU '
 Union all select '扣','KOU '
 Union all select '寇','KOU '
 Union all select '筘','KOU '
 Union all select '蔻','KOU '
 Union all select '刳','KU '
 Union all select '枯','KU '
 Union all select '哭','KU '
 Union all select '堀','KU '
 Union all select '窟','KU '
 Union all select '苦','KU '
 Union all select '库','KU '
 Union all select '绔','KU '
 Union all select '喾','KU '
 Union all select '裤','KU '
 Union all select '酷','KU '
 Union all select '夸','KUA '
 Union all select '侉','KUA '
 Union all select '垮','KUA '
 Union all select '挎','KUA '
 Union all select '胯','KUA '
 Union all select '跨','KUA '
 Union all select '蒯','KUAI '
 Union all select '块','KUAI '
 Union all select '快','KUAI '
 Union all select '侩','KUAI '
 Union all select '郐','KUAI '
 Union all select '哙','KUAI '
 Union all select '狯','KUAI '
 Union all select '脍','KUAI '
 Union all select '筷','KUAI '
 Union all select '宽','KUAN '
 Union all select '款','KUAN '
 Union all select '匡','KUANG '
 Union all select '诓','KUANG '
 Union all select '哐','KUANG '
 Union all select '筐','KUANG '
 Union all select '狂','KUANG '
 Union all select '诳','KUANG '
 Union all select '夼','KUANG '
 Union all select '邝','KUANG '
 Union all select '圹','KUANG '
 Union all select '纩','KUANG '
 Union all select '况','KUANG '
 Union all select '旷','KUANG '
 Union all select '矿','KUANG '
 Union all select '贶','KUANG '
 Union all select '框','KUANG '
 Union all select '眶','KUANG '
 Union all select '亏','KUI '
 Union all select '岿','KUI '
 Union all select '悝','KUI '
 Union all select '盔','KUI '
 Union all select '窥','KUI '
 Union all select '奎','KUI '
 Union all select '逵','KUI '
 Union all select '馗','KUI '
 Union all select '喹','KUI '
 Union all select '揆','KUI '
 Union all select '葵','KUI '
 Union all select '暌','KUI '
 Union all select '魁','KUI '
 Union all select '睽','KUI '
 Union all select '蝰','KUI '
 Union all select '夔','KUI '
 Union all select '傀','GUI '
 Union all select '跬','KUI '
 Union all select '匮','KUI '
 Union all select '喟','KUI '
 Union all select '愦','KUI '
 Union all select '愧','KUI '
 Union all select '溃','KUI '
 Union all select '蒉','KUI '
 Union all select '馈','KUI '
 Union all select '篑','KUI '
 Union all select '聩','KUI '
 Union all select '坤','KUN '
 Union all select '昆','KUN '
 Union all select '琨','KUN '
 Union all select '锟','KUN '
 Union all select '醌','KUN '
 Union all select '鲲','KUN '
 Union all select '悃','KUN '
 Union all select '捆','KUN '
 Union all select '阃','KUN '
 Union all select '困','KUN '
 Union all select '扩','KUO '
 Union all select '括','KUO '
 Union all select '栝','GUA '
 Union all select '蛞','KUO '
 Union all select '阔','KUO '
 Union all select '廓','KUO '
 Union all select '垃','LA '
 Union all select '拉','LA '
 Union all select '啦','LA '
 Union all select '邋','LA '
 Union all select '旯','LA '
 Union all select '砬','LA '--####
 insert #tempd
  select '喇','LA '
 Union all select '剌','LA '
 Union all select '腊','LA '
 Union all select '瘌','LA '
 Union all select '蜡',''
 Union all select '辣','LA '
 Union all select '来','LA '
 Union all select '崃','LAI '
 Union all select '徕','LAI '
 Union all select '涞','LAI '
 Union all select '莱','LAI '
 Union all select '铼','LAI '
 Union all select '赉','LAI '
 Union all select '睐','LAI '
 Union all select '赖','LAI '
 Union all select '濑','LAI '
 Union all select '癞','LAI '
 Union all select '籁','LAI '
 Union all select '兰','LAI '
 Union all select '岚','LAN '
 Union all select '拦','LAN '
 Union all select '栏','LAN '
 Union all select '婪','LAN '
 Union all select '阑','LAN '
 Union all select '蓝','LAN '
 Union all select '谰','LAN '
 Union all select '澜','LAN '
 Union all select '褴','LAN '
 Union all select '斓','LAN '
 Union all select '篮','LAN '
 Union all select '镧','LAN '
 Union all select '览','LAN '
 Union all select '揽','LAN '
 Union all select '缆','LAN '
 Union all select '榄','LAN '
 Union all select '漤','LAN '
 Union all select '罱','LAN '
 Union all select '懒','LAN '
 Union all select '烂','LAN '
 Union all select '滥','LAN '
 Union all select '啷','LAN '
 Union all select '郎','LANG '
 Union all select '狼','LANG '
 Union all select '莨','LANG '
 Union all select '廊','LANG '
 Union all select '琅','LANG '
 Union all select '榔','LANG '
 Union all select '稂','LANG '
 Union all select '锒','LANG '
 Union all select '螂','LANG '
 Union all select '朗','LANG '
 Union all select '阆','LANG '
 Union all select '浪','LANG '
 Union all select '蒗','LANG '
 Union all select '捞','LANG '
 Union all select '劳','LAO '
 Union all select '牢','LAO '
 Union all select '唠','LAO '
 Union all select '崂','LAO '
 Union all select '痨','LAO '
 Union all select '铹','LAO '
 Union all select '醪','LAO '
 Union all select '老','LAO '
 Union all select '佬','LAO '
 Union all select '姥','LAO '
 Union all select '栳','LAO '
 Union all select '铑','LAO '
 Union all select '潦','LAO '
 Union all select '涝','LIAO '
 Union all select '烙','LAO '
 Union all select '耢','LAO '
 Union all select '酪','LAO '
 Union all select '仂','LAO '
 Union all select '乐','LE '
 Union all select '叻','LE '
 Union all select '泐','LE '
 Union all select '勒','LE '
 Union all select '雷','LE '
 Union all select '嫘','LEI '
 Union all select '缧','LEI '
 Union all select '檑','LEI '
 Union all select '镭','LEI '
 Union all select '羸','LEI '
 Union all select '耒','LEI '
 Union all select '诔','LEI '
 Union all select '垒','LEI '
 Union all select '磊','LEI '
 Union all select '蕾','LEI '
 Union all select '儡','LEI '
 Union all select '肋','LEI '
 Union all select '泪','LEI '
 Union all select '类','LEI '
 Union all select '累','LEI '
 Union all select '酹','LEI '
 Union all select '擂','LEI '
 Union all select '嘞','LEI '
 Union all select '塄','LEI '
 Union all select '棱','LENG '
 Union all select '楞','LENG '
 Union all select '冷','LENG '
 Union all select '愣','LENG '
 Union all select '厘','LENG '
 Union all select '梨','LI '
 Union all select '狸','LI '
 Union all select '离','LI '
 Union all select '莉','LI '
 Union all select '骊','LI '
 Union all select '犁','LI '
 Union all select '喱','LI '
 Union all select '鹂','LI '
 Union all select '漓','LI '
 Union all select '缡','LI '
 Union all select '蓠','LI '
 Union all select '蜊','LI '
 Union all select '嫠','LI '
 Union all select '璃','LI '
 Union all select '鲡','LI '
 Union all select '黎','LI '
 Union all select '篱','LI '
 Union all select '罹','LI '
 Union all select '藜','LI '
 Union all select '蠡','LI '
 Union all select '礼','LI '
 Union all select '李','LI '
 Union all select '里','LI '
 Union all select '俚','LI '
 Union all select '哩','LI '
 Union all select '娌','LI '
 Union all select '逦','LI '
 Union all select '理','LI '
 Union all select '锂','LI '
 Union all select '鲤','LI '
 Union all select '澧','LI '
 Union all select '醴','LI '
 Union all select '力','LI '
 Union all select '历','LI '
 Union all select '厉','LI '
 Union all select '立','LI '
 Union all select '吏','LI '
 Union all select '丽','LI '
 Union all select '利','LI '
 Union all select '励','LI '
 Union all select '呖','LI '
 Union all select '坜','LI '
 Union all select '沥','LI '
 Union all select '苈','LI '
 Union all select '例','LI '
 Union all select '戾','LI '
 Union all select '枥','LI '
 Union all select '疠','LI '
 Union all select '隶','LI '
 Union all select '俐','LI '
 Union all select '俪','LI '
 Union all select '栎','LI '
 Union all select '疬','LI '
 Union all select '荔','LI '
 Union all select '轹','LI '
 Union all select '郦','LI '
 Union all select '栗','LI '
 Union all select '猁','LI '
 Union all select '砺','LI '
 Union all select '砾','LI '
 Union all select '莅','LI '
 Union all select '唳','LI '
 Union all select '笠','LI '
 Union all select '粒','LI '
 Union all select '粝','LI '
 Union all select '蛎','LI '
 Union all select '傈','LI '
 Union all select '痢','LI '
 Union all select '詈','LI '
 Union all select '跞','LI '
 Union all select '雳','LI '
 Union all select '溧','LI '
 Union all select '篥','LI '
 Union all select '俩','LI '
 Union all select '奁','LIANG '
 Union all select '连','LIAN '
 Union all select '帘','LIAN '
 Union all select '怜','LIAN '
 Union all select '涟','LIAN '
 Union all select '莲','LIAN '
 Union all select '联','LIAN '
 Union all select '裢','LIAN '
 Union all select '廉','LIAN '
 Union all select '鲢','LIAN '
 Union all select '濂','LIAN '
 Union all select '臁','LIAN '
 Union all select '镰','LIAN '
 Union all select '蠊','LIAN '
 Union all select '敛','LIAN '
 Union all select '琏','LIAN '
 Union all select '脸','LIAN '
 Union all select '裣','LIAN '
 Union all select '蔹','LIAN '
 Union all select '练','LIAN '
 Union all select '娈','LIAN '
 Union all select '炼','LUAN '
 Union all select '恋','LIAN '
 Union all select '殓','LIAN '
 Union all select '链','LIAN '
 Union all select '楝','LIAN '
 Union all select '潋','LIAN '
 Union all select '良','LIAN '
 Union all select '凉','LIANG '
 Union all select '梁','LIANG '
 Union all select '椋','LIANG '
 Union all select '粮','LIANG '
 Union all select '粱','LIANG '
 Union all select '墚','LIANG '
 Union all select '踉','LIANG '
 Union all select '两','LIANG '
 Union all select '亮','LIANG '
 Union all select '谅','LIANG '
 Union all select '辆','LIANG '
 Union all select '晾','LIANG '
 Union all select '量','LIANG '
 Union all select '辽','LIANG '
 Union all select '疗','LIAO '
 Union all select '聊','LIAO '
 Union all select '僚','LIAO '
 Union all select '寥','LIAO '
 Union all select '廖','LIAO '
 Union all select '嘹','LIAO '
 Union all select '寮','LIAO '
 Union all select '撩','LIAO '
 Union all select '獠','LIAO '
 Union all select '缭','LIAO '
 Union all select '燎','LIAO '
 Union all select '镣','LIAO '
 Union all select '鹩','LIAO '
 Union all select '钌','LIAO '
 Union all select '蓼','LIAO '
 Union all select '了','LIAO '
 Union all select '尥','LE '
 Union all select '料','LIAO '
 Union all select '撂','LIAO '
 Union all select '咧','LIAO '
 Union all select '列','LIE '
 Union all select '劣','LIE '
 Union all select '冽','LIE '
 Union all select '洌','LIE '
 Union all select '埒','LIE '
 Union all select '烈','LIE '
 Union all select '捩','LIE '
 Union all select '猎','LIE '
 Union all select '裂','LIE '
 Union all select '趔','LIE '
 Union all select '躐','LIE '
 Union all select '邻','LIE '
 Union all select '林','LIN '
 Union all select '临','LIN '
 Union all select '啉','LIN '
 Union all select '淋','LIN '
 Union all select '琳','LIN '
 Union all select '粼','LIN '
 Union all select '嶙','LIN '
 Union all select '遴','LIN '
 Union all select '辚','LIN '
 Union all select '霖','LIN '
 Union all select '瞵','LIN '
 Union all select '磷','LIN '
 Union all select '鳞','LIN '
 Union all select '凛','LIN '
 Union all select '廪','LIN '
 Union all select '懔','LIN '
 Union all select '檩','LIN '
 Union all select '吝','LIN '
 Union all select '赁','LIN '
 Union all select '蔺','LIN '
 Union all select '膦','LIN '
 Union all select '躏','LIN '
 Union all select '拎','LIN '
 Union all select '伶','LIN '
 Union all select '灵','LING '
 Union all select '囹','LING '
 Union all select '岭','LING '
 Union all select '泠','LING '
 Union all select '苓','LING '
 Union all select '柃','LING '
 Union all select '玲','LING '
 Union all select '瓴','LING '
 Union all select '凌','LING '
 Union all select '铃','LING '
 Union all select '陵','LING '
 Union all select '棂','LING '
 Union all select '绫','LING '
 Union all select '羚','LING '
 Union all select '翎','LING '
 Union all select '聆','LING '
 Union all select '菱','LING '
 Union all select '蛉','LING '
 Union all select '零','LING '
 Union all select '龄','LING '
 Union all select '鲮','LING '
 Union all select '酃','LING '
 Union all select '领','LING '
 Union all select '令','LING '
 Union all select '另','LING '
 Union all select '呤','LING '
 Union all select '溜','LING '
 Union all select '熘','LIU '
 Union all select '刘','LIU '
 Union all select '浏','LIU '
 Union all select '流','LIU '
 Union all select '留','LIU '
 Union all select '琉','LIU '
 Union all select '硫','LIU '
 Union all select '旒','LIU '
 Union all select '遛','LIU '
 Union all select '馏','LIU '
 Union all select '骝','LIU '
 Union all select '榴','LIU '
 Union all select '瘤','LIU '
 Union all select '镏','LIU '
 Union all select '鎏','LIU '
 Union all select '柳','LIU '
 Union all select '绺','LIU '
 Union all select '锍','LIU '
 Union all select '六','LIU '
 Union all select '鹨','LIU '
 Union all select '咯','LIU '
 Union all select '龙','GE '
 Union all select '咙','LONG '
 Union all select '泷','LONG '
 Union all select '茏','LONG '
 Union all select '栊','LONG '
 Union all select '珑','LONG '
 Union all select '胧','LONG '
 Union all select '砻','LONG '
 Union all select '笼','LONG '
 Union all select '聋','LONG '
 Union all select '隆','LONG '
 Union all select '癃','LONG '
 Union all select '窿','LONG '
 Union all select '陇','LONG '
 Union all select '垄','LONG '
 Union all select '垅','LONG '
 Union all select '拢','LONG '
 Union all select '娄','LONG '
 Union all select '偻','LOU '
 Union all select '喽','LOU '
 Union all select '蒌','LOU '
 Union all select '楼','LOU '
 Union all select '耧','LOU '
 Union all select '蝼','LOU '
 Union all select '嵝','LOU '
 Union all select '搂','LOU '
 Union all select '篓','LOU '
 Union all select '陋','LOU '
 Union all select '漏','LOU '
 Union all select '瘘','LOU '
 Union all select '镂','LOU '
 Union all select '露','LOU '
 Union all select '噜','LU '
 Union all select '撸','LU '
 Union all select '卢','LU '
 Union all select '庐','LU '
 Union all select '芦','LU '
 Union all select '垆','LU '
 Union all select '泸','LU '
 Union all select '炉','LU '
 Union all select '栌','LU '
 Union all select '胪','LU '
 Union all select '轳','LU '
 Union all select '鸬','LU '
 Union all select '舻','LU '
 Union all select '颅','LU '
 Union all select '鲈','LU '
 Union all select '卤','LU '
 Union all select '虏','LU '
 Union all select '掳','LU '
 Union all select '鲁','LU '
 Union all select '橹','LU '
 Union all select '镥','LU '
 Union all select '陆','LU '
 Union all select '录','LU '
 Union all select '赂','LU '
 Union all select '辂','LU '
 Union all select '渌','LU '
 Union all select '逯','LU '
 Union all select '鹿','LU '
 Union all select '禄','LU '
 Union all select '滤','LU '
 Union all select '碌','LV '
 Union all select '路','LU '
 Union all select '漉','LU '
 Union all select '戮','LU '
 Union all select '辘','LU '
 Union all select '潞','LU '
 Union all select '璐','LU '
 Union all select '簏','LU '
 Union all select '鹭','LU '
 Union all select '麓','LU '
 Union all select '氇','LU '
 Union all select '驴','LU '
 Union all select '闾','LV '
 Union all select '榈','LV '
 Union all select '吕','LV '
 Union all select '侣','LV '
 Union all select '旅','LV '
 Union all select '稆','LV '
 Union all select '铝','LV '
 Union all select '屡','LV '
 Union all select '缕','LV '
 Union all select '膂','LV '
 Union all select '褛','LV '
 Union all select '履','LV '
 Union all select '律','LV '
 Union all select '虑','LV '
 Union all select '率','LV '
 Union all select '绿','LV '
 Union all select '氯','LV '
 Union all select '孪','LV '
 Union all select '峦','LUAN '
 Union all select '挛','LUAN '
 Union all select '栾','LUAN '
 Union all select '鸾','LUAN '
 Union all select '脔','LUAN '
 Union all select '滦','LUAN '
 Union all select '銮','LUAN '
 Union all select '卵','LUAN '
 Union all select '乱','LUAN '
 Union all select '掠','LUAN '
 Union all select '略','LVE '
 Union all select '锊','LVE '
 Union all select '抡','LVE '
 Union all select '仑','LUN '
 Union all select '伦','LUN '
 Union all select '囵','LUN '
 Union all select '沦','LUN '
 Union all select '纶','LUN '
 Union all select '轮','LUN '
 Union all select '论','LUN '
 Union all select '捋','LUN '
 Union all select '罗','LV '
 Union all select '猡','LUO '
 Union all select '脶','LUO '
 Union all select '萝','LUO '
 Union all select '逻','LUO '
 Union all select '椤','LUO '
 Union all select '锣','LUO '
 Union all select '箩','LUO '
 Union all select '骡','LUO '
 Union all select '镙','LUO '
 Union all select '螺','LUO '
 Union all select '倮','LUO '
 Union all select '裸','LUO '
 Union all select '瘰','LUO '
 Union all select '蠃','LUO '
 Union all select '泺','LUO '
 Union all select '洛','LUO '
 Union all select '络','LUO '
 Union all select '荦','LUO '
 Union all select '骆','LUO '
 Union all select '珞','LUO '
 Union all select '落','LUO '
 Union all select '摞','LUO '
 Union all select '漯','LUO '
 Union all select '雒','LUO '
 Union all select '妈','LUO '
 Union all select '嬷','MA '
 Union all select '麻','MO '
 Union all select '蟆','MA '
 Union all select '马','MA '
 Union all select '犸','MA '
 Union all select '玛','MA '
 Union all select '码','MA '
 Union all select '蚂','MA '
 Union all select '杩','MA '
 Union all select '骂','MA '
 Union all select '唛','MA '
 Union all select '吗','MAI '
 Union all select '嘛','MA '
 Union all select '埋','MA '
 Union all select '霾','MAI '
 Union all select '买','MAI '
 Union all select '荬','MAI '
 Union all select '劢','MAI '
 Union all select '迈','MAI '
 Union all select '麦','MAI '
 Union all select '卖','MAI '
 Union all select '脉','MAI '
 Union all select '颟','MAI '
 Union all select '蛮','MAN '
 Union all select '馒','MAN '
 Union all select '瞒','MAN '
 Union all select '满','MAN '
 Union all select '螨','MAN '
 Union all select '曼','MAN '
 Union all select '谩','MAN '
 Union all select '墁','MAN '
 Union all select '幔','MAN '
 Union all select '慢','MAN '
 Union all select '漫','MAN '
 Union all select '缦','MAN '
 Union all select '蔓','MAN '
 Union all select '熳','MAN '
 Union all select '镘','MAN '
 Union all select '邙','MAN '
 Union all select '忙','MANG '
 Union all select '芒','MANG '
 Union all select '盲','MANG '
 Union all select '茫','MANG '
 Union all select '硭','MANG '
 Union all select '莽','MANG '
 Union all select '漭','MANG '
 Union all select '蟒','MANG '
 Union all select '猫','MANG '
 Union all select '毛','MAO '
 Union all select '矛','MAO '
 Union all select '牦','MAO '
 Union all select '茅','MAO '
 Union all select '旄','MAO '
 Union all select '蛑','MAO '
 Union all select '锚','MOU '
 Union all select '蝥','MAO '
 Union all select '蟊','MOU '
 Union all select '卯','MAO '
 Union all select '峁','MAO '
 Union all select '泖','MAO '
 Union all select '茆','MAO '
 Union all select '昴','MAO '
 Union all select '铆','MAO '
 Union all select '茂','MAO '
 Union all select '冒','MAO '
 Union all select '贸','MAO '
 Union all select '耄','MAO '
 Union all select '袤','MAO '
 Union all select '帽','MAO '
 Union all select '瑁','MAO '
 Union all select '瞀','MAO '
 Union all select '貌','MAO '
 Union all select '懋','MAO '
 Union all select '么','MAO '
 Union all select '没','ME '
 Union all select '枚','MEI '
 Union all select '玫','MEI '
 Union all select '眉','MEI '
 Union all select '莓','MEI '
 Union all select '梅','MEI '
 Union all select '媒','MEI '
 Union all select '嵋','MEI '
 Union all select '湄','MEI '
 Union all select '猸','MEI '
 Union all select '楣','MEI '
 Union all select '煤','MEI '
 Union all select '酶','MEI '
 Union all select '镅','MEI '
 Union all select '鹛','MEI '
 Union all select '霉','MEI '
 Union all select '每','MEI '
 Union all select '美','MEI '
 Union all select '浼','MEI '
 Union all select '镁','MEI '
 Union all select '妹','MEI '
 Union all select '昧','MEI '
 Union all select '袂','MEI '
 Union all select '媚','MEI '
 Union all select '寐','MEI '
 Union all select '门','MEI '
 Union all select '扪','MEN '
 Union all select '钔','MEN '
 Union all select '闷','MEN '
 Union all select '焖','MEN '
 Union all select '懑','MEN '
 Union all select '们','MEN '
 Union all select '氓','MEN '
 Union all select '虻','MANG '
 Union all select '萌','MENG '
 Union all select '盟','MENG '
 Union all select '甍','MENG '
 Union all select '瞢','MENG '
 Union all select '朦','MENG '
 Union all select '檬','MENG '
 Union all select '礞','MENG '
 Union all select '艨','MENG '
 Union all select '勐','MENG '
 Union all select '猛','MENG '
 Union all select '蒙','MENG '
 Union all select '锰','MENG '
 Union all select '艋','MENG '
 Union all select '蜢','MENG '
 Union all select '懵','MENG '
 Union all select '蠓','MENG '
 Union all select '孟','MENG '
 Union all select '梦','MENG '
 Union all select '咪','MENG '
 Union all select '弥','MI '
 Union all select '祢','MI '
 Union all select '迷','MI '
 Union all select '猕','MI '
 Union all select '谜','MI '
 Union all select '醚','MI '
 Union all select '糜','MI '
 Union all select '靡','MI '
 Union all select '蘼','MI '
 Union all select '米','MI '
 Union all select '芈','MI '
 Union all select '弭','MI '
 Union all select '敉','MI '
 Union all select '脒','MI '
 Union all select '眯','MI '
 Union all select '冖','MI '
 Union all select '糸','PING '
 Union all select '汨','JIAO '
 Union all select '宓','MI '
 Union all select '泌','MI '
 Union all select '觅','MI '
 Union all select '秘','MI '
 Union all select '密','MI '
 Union all select '幂','MI '
 Union all select '谧','MI '
 Union all select '嘧','MI '
 Union all select '蜜','MI '
 Union all select '宀','MI '
 Union all select '眠','BAO '
 Union all select '绵','MIAN '
 Union all select '棉','MIAN '
 Union all select '免','MIAN '
 Union all select '沔','MIAN '
 Union all select '黾','MIAN '
 Union all select '勉','MIAN '
 Union all select '眄','MIAN '
 Union all select '娩','MIAN '
 Union all select '冕','MIAN '
 Union all select '湎','MIAN '
 Union all select '缅','MIAN '
 Union all select '腼','MIAN '
 Union all select '面','MIAN '
 Union all select '喵','MIAN '
 Union all select '苗','MIAO '
 Union all select '描','MIAO '
 Union all select '瞄','MIAO '
 Union all select '鹋','MIAO '
 Union all select '杪','MIAO '
 Union all select '眇','MIAO '
 Union all select '秒','MIAO '
 Union all select '淼','MIAO '
 Union all select '渺','MIAO '
 Union all select '缈','MIAO '
 Union all select '藐','MIAO '
 Union all select '邈','MIAO '
 Union all select '妙','MIAO '
 Union all select '庙','MIAO '
 Union all select '乜','MIAO '
 Union all select '咩','NIE '
 Union all select '灭','MIE '
 Union all select '蔑','MIE '
 Union all select '篾','MIE '
 Union all select '蠛','MIE '
 Union all select '民','MIE '
 Union all select '岷','MIN '
 Union all select '玟','MIN '
 Union all select '苠','MIN '
 Union all select '珉','MIN '
 Union all select '缗','MIN '
 Union all select '皿','MIN '
 Union all select '闵','MIN '
 Union all select '抿','MIN '
 Union all select '泯','MIN '
 Union all select '闽','MIN '
 Union all select '悯','MIN '
 Union all select '敏','MIN '
 Union all select '愍','MIN '
 Union all select '名','MIN '
 Union all select '明','MING '
 Union all select '鸣','MING '
 Union all select '茗','MING '
 Union all select '冥','MING '
 Union all select '铭','MING '
 Union all select '溟','MING '
 Union all select '暝','MING '
 Union all select '瞑','MING '
 Union all select '螟','MING '
 Union all select '酩','MING '
 Union all select '命','MING '
 Union all select '谬','MING '
 Union all select '缪','MIU '
 Union all select '摸','MIAO '
 Union all select '谟','MO '
 Union all select '嫫','MO '
 Union all select '馍','MO '
 Union all select '摹','MO '
 Union all select '模','MO '
 Union all select '膜','MO '
 Union all select '摩','MO '
 Union all select '磨','MO '
 Union all select '蘑','MO '
 Union all select '魔','MO '
 Union all select '抹','MO '
 Union all select '末','MO '
 Union all select '殁','MO '
 Union all select '沫','MO '
 Union all select '茉','MO '
 Union all select '陌','MO '
 Union all select '秣','MO '
 Union all select '莫','MO '
 Union all select '寞','MO '
 Union all select '漠','MO '
 Union all select '蓦','MO '
 Union all select '貊','MO '
 Union all select '墨','MO '
 Union all select '瘼','MO '
 Union all select '镆','MO '
 Union all select '默','MO '
 Union all select '貘','MO '
 Union all select '耱','MO '
 Union all select '哞','MO '
 Union all select '牟','MOU '
 Union all select '侔','MOU '
 Union all select '眸','MOU '
 Union all select '谋','MOU '
 Union all select '鍪','MOU '
 Union all select '某','MOU '
 Union all select '母','MOU '
 Union all select '毪','MU '
 Union all select '亩','MU '
 Union all select '牡','MU '
 Union all select '姆','MU '
 Union all select '拇','MU '
 Union all select '木','MU '
 Union all select '仫','MU '
 Union all select '目','MU '
 Union all select '沐','MU '
 Union all select '坶','MU '
 Union all select '牧','MU '
 Union all select '苜','MU '
 Union all select '钼','MU '
 Union all select '募','MU '
 Union all select '墓','MU '
 Union all select '幕','MU '
 Union all select '睦','MU '
 Union all select '慕','MU '
 Union all select '暮','MU '
 Union all select '穆','MU '
 Union all select '拿','MU '
 Union all select '镎','NA '
 Union all select '哪','NA '
 Union all select '内','NA '
 Union all select '那','NEI '
 Union all select '纳','NA '
 Union all select '肭','NA '
 Union all select '娜','NA '
 Union all select '衲','NA '
 Union all select '钠','NA '
 Union all select '捺','NA '
 Union all select '乃','NA '
 Union all select '奶','NAI '
 Union all select '艿','NAI '
 Union all select '氖','NAI '
 Union all select '奈','NAI '
 Union all select '柰','NAI '
 Union all select '耐','NAI '
 Union all select '萘','NAI '
 Union all select '鼐','NAI '
 Union all select '囡','NAI '
 Union all select '男','NAN '
 Union all select '南','NAN '
 Union all select '难','NAN '
 Union all select '喃','NAN '
 Union all select '楠','NAN '
 Union all select '赧','NAN '
 Union all select '腩','NAN '
 Union all select '蝻','NAN '
 Union all select '囔','NAN '
 Union all select '囊','NANG '
 Union all select '馕','NANG '
 Union all select '曩','NANG '
 Union all select '攮','NANG '
 Union all select '孬','NANG '
 Union all select '呶','NAO '
 Union all select '挠','NAO '
 Union all select '硇','NAO '
 Union all select '铙','NAO '
 Union all select '猱','NAO '
 Union all select '蛲','NAO '
 Union all select '垴','NAO '
 Union all select '恼','NAO '
 Union all select '脑','NAO '
 Union all select '瑙','NAO '
 Union all select '闹','NAO '
 Union all select '淖','NAO '
 Union all select '疒','NAO '
 Union all select '讷','BING '
 Union all select '呐','NE '
 Union all select '呢','NA '
 Union all select '馁','NE '
 Union all select '嫩','NEI '
 Union all select '能','NEN '
 Union all select '嗯','NENG '
 Union all select '妮','EN '
 Union all select '尼','NI '
 Union all select '坭','NI '
 Union all select '怩','NI '
 Union all select '泥','NI '
 Union all select '倪','NI '
 Union all select '铌','NI '
 Union all select '猊','NI '
 Union all select '霓','NI '
 Union all select '鲵','NI '
 Union all select '伲','NI '
 Union all select '你','NI '
 Union all select '拟','NI '
 Union all select '旎','NI '
 Union all select '昵','NI '
 Union all select '逆','NI '
 Union all select '匿','NI '
 Union all select '溺','NI '
 Union all select '睨','NI '
 Union all select '腻','NI '
 Union all select '拈','NI '
 Union all select '年','NIAN '
 Union all select '鲇','NIAN '
 Union all select '鲶','NIAN '
 Union all select '黏','NIAN '
 Union all select '捻','NIAN '
 Union all select '辇','NIAN '
 Union all select '撵','NIAN '
 Union all select '碾','NIAN '
 Union all select '廿','NIAN '
 Union all select '念','NIAN '
 Union all select '埝','NIAN '
 Union all select '娘','NIAN '
 Union all select '酿','NIANG '
 Union all select '鸟','NIANG '
 Union all select '茑','NIAO '
 Union all select '袅','NIAO '
 Union all select '嬲','NIAO '
 Union all select '尿','NIAO '
 Union all select '脲','NIAO '
 Union all select '捏','NIAO '
 Union all select '肀','NIE '
 Union all select '陧','YU '
 Union all select '涅','NIE '
 Union all select '聂','NIE '
 Union all select '臬','NIE '
 Union all select '啮','NIE '
 Union all select '嗫','NIE '
 Union all select '镊','NIE '
 Union all select '镍','NIE '
 Union all select '颞','NIE '
 Union all select '蹑','NIE '
 Union all select '孽','NIE '
 Union all select '蘖','NIE '
 Union all select '您','NIE '
 Union all select '宁','NIN '
 Union all select '咛','NING '
 Union all select '拧','NING '
 Union all select '狞','NING '
 Union all select '柠','NING '
 Union all select '聍','NING '
 Union all select '凝','NING '
 Union all select '佞','NING '
 Union all select '泞','NING '
 Union all select '甯','NING '
 Union all select '妞','NING '
 Union all select '牛','NIU '
 Union all select '忸','NIU '
 Union all select '扭','NIU '
 Union all select '狃','NIU '
 Union all select '纽','NIU '
 Union all select '钮','NIU '
 Union all select '农','NIU '
 Union all select '侬','NONG '
 Union all select '哝','NONG '
 Union all select '浓','NONG '
 Union all select '脓','NONG '
 Union all select '弄','NONG '
 Union all select '耨','NONG '
 Union all select '奴','NOU '
 Union all select '孥','NU '
 Union all select '驽','NU '
 Union all select '努','NU '
 Union all select '弩','NU '
 Union all select '胬','NU '
 Union all select '怒','NU '
 Union all select '女','NU '
 Union all select '钕','NV '
 Union all select '恧','NV '
 Union all select '衄','NV '
 Union all select '疟','NV '
 Union all select '虐','NVE '
 Union all select '暖','NVE '
 Union all select '挪','NUAN '
 Union all select '傩','NUO '
 Union all select '诺','NUO '
 Union all select '喏','NUO '
 Union all select '搦','NUO '
 Union all select '锘','NUO '
 Union all select '懦','NUO '
 Union all select '糯','NUO '
 Union all select '噢','NUO '
 Union all select '哦','O '
 Union all select '讴','O '
 Union all select '欧','OU '
 Union all select '殴','OU '
 Union all select '瓯','OU '
 Union all select '鸥','OU '
 Union all select '呕','OU '--####
 insert #tempe
  select '偶','OU '
 Union all select '耦','OU '
 Union all select '藕','OU '
 Union all select '怄','OU '
 Union all select '沤','OU '
 Union all select '趴','OU '
 Union all select '啪','PA '
 Union all select '葩','PA '
 Union all select '杷','PA '
 Union all select '爬','PA '
 Union all select '耙','PA '
 Union all select '琶','PA '
 Union all select '筢','PA '
 Union all select '帕','PA '
 Union all select '怕','PA '
 Union all select '拍','PA '
 Union all select '俳','PAI '
 Union all select '徘','PAI '
 Union all select '排','PAI '
 Union all select '牌','PAI '
 Union all select '哌','PAI '
 Union all select '派','PAI '
 Union all select '湃','PAI '
 Union all select '蒎','PAI '
 Union all select '潘','PAI '
 Union all select '攀','PAN '
 Union all select '爿','PAN '
 Union all select '盘','PAN '
 Union all select '磐','PAN '
 Union all select '蹒','PAN '
 Union all select '蟠','PAN '
 Union all select '判','PAN '
 Union all select '泮','PAN '
 Union all select '叛','PAN '
 Union all select '盼','PAN '
 Union all select '畔','PAN '
 Union all select '袢','PAN '
 Union all select '襻','PAN '
 Union all select '乓','PAN '
 Union all select '滂','PANG '
 Union all select '庞','PANG '
 Union all select '逄','PANG '
 Union all select '旁','PANG '
 Union all select '螃','PANG '
 Union all select '耪','PANG '
 Union all select '胖','PANG '
 Union all select '抛','PANG '
 Union all select '脬','PAO '
 Union all select '刨','PAO '
 Union all select '咆','PAO '
 Union all select '庖','PAO '
 Union all select '狍','PAO '
 Union all select '炮','PAO '
 Union all select '袍','PAO '
 Union all select '匏','PAO '
 Union all select '跑','PAO '
 Union all select '泡','PAO '
 Union all select '疱','PAO '
 Union all select '呸','PAO '
 Union all select '胚','PEI '
 Union all select '醅','PEI '
 Union all select '陪','PEI '
 Union all select '培','PEI '
 Union all select '赔','PEI '
 Union all select '锫','PEI '
 Union all select '裴','PEI '
 Union all select '沛','PEI '
 Union all select '佩','PEI '
 Union all select '帔','PEI '
 Union all select '旆','PEI '
 Union all select '配','PEI '
 Union all select '辔','PEI '
 Union all select '霈','PEI '
 Union all select '喷','PEI '
 Union all select '盆','PEN '
 Union all select '湓','PEN '
 Union all select '怦','PEN '
 Union all select '抨','PENG '
 Union all select '砰','PENG '
 Union all select '烹','PENG '
 Union all select '嘭','PENG '
 Union all select '朋','PENG '
 Union all select '堋','PENG '
 Union all select '彭','PENG '
 Union all select '棚','PENG '
 Union all select '硼','PENG '
 Union all select '蓬','PENG '
 Union all select '鹏','PENG '
 Union all select '澎','PENG '
 Union all select '篷','PENG '
 Union all select '膨','PENG '
 Union all select '蟛','PENG '
 Union all select '捧','PENG '
 Union all select '碰','PENG '
 Union all select '丕','PENG '
 Union all select '批','PI '
 Union all select '纰','PI '
 Union all select '邳','PI '
 Union all select '坯','PI '
 Union all select '披','PI '
 Union all select '砒','PI '
 Union all select '铍','PI '
 Union all select '劈','PI '
 Union all select '噼','PI '
 Union all select '霹','PI '
 Union all select '皮','PI '
 Union all select '芘','PI '
 Union all select '枇','PI '
 Union all select '毗','PI '
 Union all select '疲','PI '
 Union all select '蚍','PI '
 Union all select '郫','PI '
 Union all select '陴','PI '
 Union all select '啤','PI '
 Union all select '埤','PI '
 Union all select '琵','PI '
 Union all select '脾','PI '
 Union all select '罴','PI '
 Union all select '蜱','PI '
 Union all select '貔','PI '
 Union all select '鼙','PI '
 Union all select '匹','PI '
 Union all select '庀','PI '
 Union all select '仳','PI '
 Union all select '圮','PI '
 Union all select '痞','PI '
 Union all select '擗','PI '
 Union all select '癖','PI '
 Union all select '屁','PI '
 Union all select '淠','PI '
 Union all select '媲','PEI '
 Union all select '睥','PI '
 Union all select '僻','PI '
 Union all select '甓','PI '
 Union all select '譬','PI '
 Union all select '片','PI '
 Union all select '偏','PIAN '
 Union all select '犏','PIAN '
 Union all select '篇','PIAN '
 Union all select '翩','PIAN '
 Union all select '骈','PIAN '
 Union all select '胼','PIAN '
 Union all select '蹁','PIAN '
 Union all select '谝','PIAN '
 Union all select '骗','PIAN '
 Union all select '剽','PIAN '
 Union all select '漂','PIAO '
 Union all select '缥','PIAO '
 Union all select '飘','PIAO '
 Union all select '螵','PIAO '
 Union all select '瓢','PIAO '
 Union all select '殍','PIAO '
 Union all select '瞟','PIAO '
 Union all select '票','PIAO '
 Union all select '嘌','PIAO '
 Union all select '嫖','PIAO '
 Union all select '氕','PIAO '
 Union all select '撇','PIE '
 Union all select '瞥','PIE '
 Union all select '丿','PIE '
 Union all select '苤','PIE '
 Union all select '姘','PIE '
 Union all select '拼','PIN '
 Union all select '贫','PIN '
 Union all select '嫔','PIN '
 Union all select '频','PIN '
 Union all select '颦','PIN '
 Union all select '品','PIN '
 Union all select '榀','PIN '
 Union all select '牝','PIN '
 Union all select '娉','PIN '
 Union all select '聘','PING '
 Union all select '乒','PIN '
 Union all select '俜','PING '
 Union all select '平','PING '
 Union all select '评','PING '
 Union all select '凭','PING '
 Union all select '坪','PING '
 Union all select '苹','PING '
 Union all select '屏','PING '
 Union all select '枰','PING '
 Union all select '瓶','PING '
 Union all select '萍','PING '
 Union all select '鲆','PING '
 Union all select '钋','PING '
 Union all select '坡','PO '
 Union all select '泼','PO '
 Union all select '颇','PO '
 Union all select '婆','PO '
 Union all select '鄱','PO '
 Union all select '皤','PO '
 Union all select '叵','PO '
 Union all select '钷','PO '
 Union all select '笸','PO '
 Union all select '迫','PO '
 Union all select '珀','PO '
 Union all select '破','PO '
 Union all select '粕','PO '
 Union all select '魄','PO '
 Union all select '剖','PO '
 Union all select '掊','POU '
 Union all select '裒','POU '
 Union all select '仆','POU '
 Union all select '攴','PU '
 Union all select '攵','PO '
 Union all select '扑','FAN '
 Union all select '铺','PU '
 Union all select '噗','PU '
 Union all select '匍','PU '
 Union all select '莆','PU '
 Union all select '菩','PU '
 Union all select '葡','PU '
 Union all select '蒲','PU '
 Union all select '璞','PU '
 Union all select '濮','PU '
 Union all select '镤','PU '
 Union all select '朴','PU '
 Union all select '圃','PU '
 Union all select '埔','PU '
 Union all select '浦','PU '
 Union all select '普','PU '
 Union all select '溥','PU '
 Union all select '谱','PU '
 Union all select '氆','PU '
 Union all select '镨','PU '
 Union all select '蹼','PU '
 Union all select '瀑','PU '
 Union all select '曝','PU '
 Union all select '七','PU '
 Union all select '沏','QI '
 Union all select '妻','QI '
 Union all select '柒','QI '
 Union all select '凄','QI '
 Union all select '栖','QI '
 Union all select '桤','QI '
 Union all select '戚','QI '
 Union all select '萋','QI '
 Union all select '期','QI '
 Union all select '欺','QI '
 Union all select '嘁','QI '
 Union all select '槭','QI '
 Union all select '漆','QI '
 Union all select '蹊','QI '
 Union all select '亓','QI '
 Union all select '祁','QI '
 Union all select '齐','QI '
 Union all select '圻','QI '
 Union all select '岐','QI '
 Union all select '芪','QI '
 Union all select '其','QI '
 Union all select '奇','QI '
 Union all select '歧','QI '
 Union all select '祈','QI '
 Union all select '耆','QI '
 Union all select '脐','QI '
 Union all select '颀','QI '
 Union all select '崎','QI '
 Union all select '淇','QI '
 Union all select '畦','QI '
 Union all select '萁','QI '
 Union all select '骐','QI '
 Union all select '骑','QI '
 Union all select '棋','QI '
 Union all select '琦','QI '
 Union all select '琪','QI '
 Union all select '祺','QI '
 Union all select '蛴','QI '
 Union all select '旗','QI '
 Union all select '綦','QI '
 Union all select '蜞','QI '
 Union all select '蕲','QI '
 Union all select '乞','QI '
 Union all select '企','QI '
 Union all select '屺','QI '
 Union all select '岂','QI '
 Union all select '芑','QI '
 Union all select '启','QI '
 Union all select '杞','QI '
 Union all select '起','QI '
 Union all select '绮','QI '
 Union all select '綮','QI '
 Union all select '气','QI '
 Union all select '讫','QI '
 Union all select '汔','QI '
 Union all select '迄','QI '
 Union all select '弃','QI '
 Union all select '汽','QI '
 Union all select '泣','QI '
 Union all select '契','QI '
 Union all select '砌','QI '
 Union all select '荠','QI '
 Union all select '葺','QI '
 Union all select '碛','QI '
 Union all select '器','QI '
 Union all select '憩','QI '
 Union all select '掐','QI '
 Union all select '葜','QIA '
 Union all select '恰','QIA '
 Union all select '洽','QIA '
 Union all select '千','QIA '
 Union all select '仟','QIAN '
 Union all select '阡','QIAN '
 Union all select '扦','QIAN '
 Union all select '芊','QIAN '
 Union all select '迁','QIAN '
 Union all select '佥','QIAN '
 Union all select '岍','QIAN '
 Union all select '钎','QIAN '
 Union all select '牵','QIAN '
 Union all select '悭','QIAN '
 Union all select '铅','QIAN '
 Union all select '谦','QIAN '
 Union all select '愆','QIAN '
 Union all select '签','QIAN '
 Union all select '骞','QIAN '
 Union all select '搴','JIAN '
 Union all select '褰','QIAN '
 Union all select '前','QIAN '
 Union all select '荨','QIAN '
 Union all select '钤','QIAN '
 Union all select '虔','QIAN '
 Union all select '钱','QIAN '
 Union all select '钳','QIAN '
 Union all select '乾','QIAN '
 Union all select '掮','QIAN '
 Union all select '箝','QIAN '
 Union all select '潜','QIAN '
 Union all select '黔','QIAN '
 Union all select '凵','QIAN '
 Union all select '浅','QIAN '
 Union all select '肷','QIAN '
 Union all select '慊','QIAN '
 Union all select '遣','QIE '
 Union all select '谴','QIAN '
 Union all select '缱','QIAN '
 Union all select '欠','QIAN '
 Union all select '芡','QIAN '
 Union all select '茜','QIAN '
 Union all select '倩','QIAN '
 Union all select '堑','QIAN '
 Union all select '嵌','QIAN '
 Union all select '椠','QIAN '
 Union all select '歉','QIAN '
 Union all select '呛','QIAN '
 Union all select '羌','QIANG '
 Union all select '戕','QIANG '
 Union all select '戗','QIANG '
 Union all select '枪','QIANG '
 Union all select '跄','QIANG '
 Union all select '腔','QIANG '
 Union all select '蜣','QIANG '
 Union all select '锖','QIANG '
 Union all select '锵','QIANG '
 Union all select '镪','QIANG '
 Union all select '强','QIANG '
 Union all select '墙','QIANG '
 Union all select '嫱','QIANG '
 Union all select '蔷','QIANG '
 Union all select '樯','QIANG '
 Union all select '抢','QIANG '
 Union all select '羟','QIANG '
 Union all select '襁','QIANG '
 Union all select '炝','QIANG '
 Union all select '悄','QIANG '
 Union all select '硗','QIAO '
 Union all select '跷','QIAO '
 Union all select '劁','QIAO '
 Union all select '敲','QIAO '
 Union all select '锹','QIAO '
 Union all select '橇','QIAO '
 Union all select '缲','QIAO '
 Union all select '乔','QIAO '
 Union all select '侨','QIAO '
 Union all select '荞','QIAO '
 Union all select '桥','QIAO '
 Union all select '谯','QIAO '
 Union all select '憔','QIAO '
 Union all select '樵','QIAO '
 Union all select '瞧','QIAO '
 Union all select '巧','QIAO '
 Union all select '愀','QIAO '
 Union all select '俏','QIAO '
 Union all select '诮','QIAO '
 Union all select '峭','QIAO '
 Union all select '窍','QIAO '
 Union all select '翘','QIAO '
 Union all select '撬','QIAO '
 Union all select '鞘','QIAO '
 Union all select '切','QIAO '
 Union all select '茄','QIE '
 Union all select '且','QIE '
 Union all select '妾','QIE '
 Union all select '怯','QIE '
 Union all select '窃','QIE '
 Union all select '挈','QIE '
 Union all select '惬','QIE '
 Union all select '箧','QIE '
 Union all select '锲','QIE '
 Union all select '亲','QIE '
 Union all select '侵','QIN '
 Union all select '钦','QIN '
 Union all select '衾','QIN '
 Union all select '芩','QIN '
 Union all select '芹','QIN '
 Union all select '秦','QIN '
 Union all select '琴','QIN '
 Union all select '禽','QIN '
 Union all select '勤','QIN '
 Union all select '嗪','QIN '
 Union all select '溱','QIN '
 Union all select '噙','QIN '
 Union all select '擒','QIN '
 Union all select '檎','QIN '
 Union all select '螓','QIN '
 Union all select '锓','QIN '
 Union all select '寝','QIN '
 Union all select '吣','QIN '
 Union all select '沁','QIN '
 Union all select '揿','QIN '
 Union all select '青','QIN '
 Union all select '氢','QING '
 Union all select '轻','QING '
 Union all select '倾','QING '
 Union all select '卿','QING '
 Union all select '圊','QING '
 Union all select '清','QING '
 Union all select '蜻','QING '
 Union all select '鲭','QING '
 Union all select '情','QING '
 Union all select '晴','QING '
 Union all select '氰','QING '
 Union all select '擎','QING '
 Union all select '檠','QING '
 Union all select '苘','QING '
 Union all select '顷','QING '
 Union all select '请','QING '
 Union all select '謦','QING '
 Union all select '庆','QING '
 Union all select '箐','QING '
 Union all select '磬','QING '
 Union all select '罄','QING '
 Union all select '跫','QING '
 Union all select '銎','QIONG '
 Union all select '邛','QIONG '
 Union all select '穷','QIONG '
 Union all select '穹','QIONG '
 Union all select '茕','QIONG '
 Union all select '筇','QIONG '
 Union all select '琼','QIONG '
 Union all select '蛩','QIONG '
 Union all select '丘','QIONG '
 Union all select '邱','QIU '
 Union all select '秋','QIU '
 Union all select '蚯','QIU '
 Union all select '楸','QIU '
 Union all select '鳅','QIU '
 Union all select '囚','QIU '
 Union all select '犰','QIU '
 Union all select '求','QIU '
 Union all select '虬','QIU '
 Union all select '泅','QIU '
 Union all select '俅','QIU '
 Union all select '酋','QIU '
 Union all select '逑','QIU '
 Union all select '球','QIU '
 Union all select '赇','QIU '
 Union all select '巯','QIU '
 Union all select '遒','QIU '
 Union all select '裘','QIU '
 Union all select '蝤','QIU '
 Union all select '糗','YOU '
 Union all select '区','QIU '
 Union all select '曲','QU '
 Union all select '岖','QU '
 Union all select '诎','QU '
 Union all select '驱','QU '
 Union all select '屈','QU '
 Union all select '祛','QU '
 Union all select '蛆','QU '
 Union all select '躯','QU '
 Union all select '蛐','QU '
 Union all select '趋','QU '
 Union all select '麴','QU '
 Union all select '劬','QU '
 Union all select '朐','QU '
 Union all select '鸲','QU '
 Union all select '渠','QU '
 Union all select '蕖','QU '
 Union all select '磲','QU '
 Union all select '璩','QU '
 Union all select '蘧','QU '
 Union all select '氍','QU '
 Union all select '癯','QU '
 Union all select '衢','QU '
 Union all select '蠼','QU '
 Union all select '取','QU '
 Union all select '娶','QU '
 Union all select '龋','QU '
 Union all select '去','QU '
 Union all select '阒','QU '
 Union all select '觑','QU '
 Union all select '趣','QU '
 Union all select '悛','QU '
 Union all select '圈','QUAN '
 Union all select '全','QUAN '
 Union all select '权','QUAN '
 Union all select '诠','QUAN '
 Union all select '泉','QUAN '
 Union all select '荃','QUAN '
 Union all select '拳','QUAN '
 Union all select '辁','QUAN '
 Union all select '痊','QUAN '
 Union all select '铨','QUAN '
 Union all select '筌','QUAN '
 Union all select '蜷','QUAN '
 Union all select '醛','QUAN '
 Union all select '颧','QUAN '
 Union all select '犭','QUAN '
 Union all select '犬','FAN '
 Union all select '畎','QUAN '
 Union all select '绻','QUAN '
 Union all select '劝','QUAN '
 Union all select '券','QUAN '
 Union all select '炔','QUAN '
 Union all select '缺','GUI '
 Union all select '瘸','QUE '
 Union all select '却','QUE '
 Union all select '悫','QUE '
 Union all select '雀','QUE '
 Union all select '确','QUE '
 Union all select '阕','QUE '
 Union all select '阙','QUE '
 Union all select '鹊','QUE '
 Union all select '榷','QUE '
 Union all select '逡','QUE '
 Union all select '裙','QUN '
 Union all select '群','QUN '
 Union all select '蚺','QUN '
 Union all select '然','RAN '
 Union all select '燃','RAN '
 Union all select '冉','RAN '
 Union all select '苒','RAN '
 Union all select '染','RAN '
 Union all select '禳','RAN '
 Union all select '瓤','RANG '
 Union all select '穰','RANG '
 Union all select '嚷','RANG '
 Union all select '壤','RANG '
 Union all select '攘','RANG '
 Union all select '让','RANG '
 Union all select '荛','RANG '
 Union all select '饶','RAO '
 Union all select '桡','RAO '
 Union all select '扰','RAO '
 Union all select '娆','RAO '
 Union all select '绕','RAO '
 Union all select '惹','RAO '
 Union all select '热','RE '
 Union all select '人','RE '
 Union all select '亻','REN '
 Union all select '仁','DAN '
 Union all select '壬','REN '
 Union all select '忍','REN '
 Union all select '荏','REN '
 Union all select '稔','REN '
 Union all select '刃','REN '
 Union all select '认','REN '
 Union all select '仞','REN '
 Union all select '任','REN '
 Union all select '纫','REN '
 Union all select '妊','REN '
 Union all select '轫','REN '
 Union all select '韧','REN '
 Union all select '饪','REN '
 Union all select '衽','REN '
 Union all select '恁','REN '
 Union all select '葚','NIN '
 Union all select '扔','SHEN '
 Union all select '仍','RENG '
 Union all select '日','RENG '
 Union all select '戎','RI '
 Union all select '肜','RONG '
 Union all select '狨','RONG '
 Union all select '绒','RONG '
 Union all select '茸','RONG '
 Union all select '荣','RONG '
 Union all select '容','RONG '
 Union all select '嵘','RONG '
 Union all select '溶','RONG '
 Union all select '蓉','RONG '
 Union all select '榕','RONG '
 Union all select '熔','RONG '
 Union all select '蝾','RONG '
 Union all select '融','RONG '
 Union all select '冗','RONG '
 Union all select '柔','RONG '
 Union all select '揉','ROU '
 Union all select '糅','ROU '
 Union all select '蹂','ROU '
 Union all select '肉','ROU '
 Union all select '如','ROU '
 Union all select '茹','RU '
 Union all select '铷','RU '
 Union all select '儒','RU '
 Union all select '嚅','RU '
 Union all select '孺','RU '
 Union all select '濡','RU '
 Union all select '薷','RU '
 Union all select '襦','RU '
 Union all select '蠕','RU '
 Union all select '颥','RU '
 Union all select '汝','RU '
 Union all select '乳','RU '
 Union all select '辱','RU '
 Union all select '入','RU '
 Union all select '洳','RU '
 Union all select '溽','RU '
 Union all select '缛','RU '
 Union all select '蓐','RU '
 Union all select '褥','RU '
 Union all select '阮','RU '
 Union all select '朊','RUAN '
 Union all select '软','RUAN '
 Union all select '蕤','RUAN '
 Union all select '蕊','RUI '
 Union all select '芮','RUI '
 Union all select '枘','RUI '
 Union all select '蚋','RUI '
 Union all select '锐','RUI '
 Union all select '瑞','RUI '
 Union all select '睿','RUI '
 Union all select '闰','RUI '
 Union all select '润','RUN '
 Union all select '若','RUN '
 Union all select '偌','RUO '
 Union all select '弱','RUO '
 Union all select '箬','RUO '
 Union all select '仨','RUO '
 Union all select '撒','SA '
 Union all select '洒','SA '
 Union all select '卅','SA '
 Union all select '飒','SA '
 Union all select '脎','SA '
 Union all select '萨','SA '
 Union all select '塞','SA '
 Union all select '腮','SAI '
 Union all select '噻','SAI '
 Union all select '鳃','SAI '
 Union all select '赛','SAI '
 Union all select '三','SAI '
 Union all select '叁','SAN '
 Union all select '毵','SAN '
 Union all select '伞','SAN '
 Union all select '散','SAN '
 Union all select '糁','SAN '
 Union all select '馓','SAN '
 Union all select '桑','SAN '
 Union all select '嗓','SANG '
 Union all select '搡','SANG '
 Union all select '磉','SANG '
 Union all select '颡','SANG '
 Union all select '丧','SANG '
 Union all select '搔','SANG '
 Union all select '骚','SAO '
 Union all select '缫','SAO '
 Union all select '臊','SAO '
 Union all select '鳋','SAO '
 Union all select '扫','SAO '
 Union all select '嫂','SAO '
 Union all select '埽','SAO '
 Union all select '瘙','SAO '
 Union all select '色','SAO '
 Union all select '涩','SE '
 Union all select '啬','SE '
 Union all select '铯','SE '
 Union all select '瑟','SE '
 Union all select '穑','SE '
 Union all select '森','SE '
 Union all select '僧','SEN '
 Union all select '杀','SENG '
 Union all select '沙','SHA '
 Union all select '纱','SHA '
 Union all select '刹','SHA '
 Union all select '砂','CHA '
 Union all select '莎','SHA '
 Union all select '铩','SHA '
 Union all select '痧','SHA '
 Union all select '裟','SHA '
 Union all select '鲨','SHA '
 Union all select '傻','SHA '
 Union all select '唼','SHA '
 Union all select '啥','SHA '
 Union all select '歃','SHA '
 Union all select '煞','SHA '
 Union all select '霎','SHA '
 Union all select '筛','SHA '
 Union all select '晒','SHAI '
 Union all select '山','SHAI '
 Union all select '彡','SHAN '
 Union all select '删','SAN '
 Union all select '杉','SHAN '
 Union all select '芟','SHAN '
 Union all select '姗','SHAN '
 Union all select '衫','SHAN '
 Union all select '钐','SHAN '
 Union all select '埏','SHAN '
 Union all select '珊','SHAN '
 Union all select '舢','SHAN '
 Union all select '跚','SHAN '
 Union all select '煽','SHAN '
 Union all select '潸','SHAN '
 Union all select '膻','SHAN '
 Union all select '闪','SHAN '
 Union all select '陕','SHAN '
 Union all select '讪','SHAN '
 Union all select '汕','SHAN '
 Union all select '疝','SHAN '
 Union all select '苫','SHAN '
 Union all select '剡','SHAN '
 Union all select '扇','YAN '
 Union all select '善','SHAN '
 Union all select '骟','SHAN '
 Union all select '鄯','SHAN '
 Union all select '缮','SHAN '
 Union all select '嬗','SHAN '
 Union all select '擅','SHAN '
 Union all select '膳','SHAN '
 Union all select '赡','SHAN '
 Union all select '蟮','SHAN '
 Union all select '伤','SHAN '
 Union all select '殇','SHANG '
 Union all select '商','SHANG '
 Union all select '觞','SHANG '
 Union all select '墒','SHANG '
 Union all select '熵','SHANG '
 Union all select '裳','SHANG '
 Union all select '垧','CHANG '
 Union all select '晌','SHANG '
 Union all select '赏','SHANG '
 Union all select '上','SHANG '
 Union all select '尚','SHANG '
 Union all select '绱','SHANG '
 Union all select '捎','SHANG '
 Union all select '梢','SHAO '
 Union all select '烧','SHAO '
 Union all select '稍','SHAO '
 Union all select '筲','SHAO '
 Union all select '艄','SHAO '
 Union all select '蛸','SHAO '
 Union all select '勺','SHAO '
 Union all select '芍','SHAO '
 Union all select '苕','SHAO '
 Union all select '韶','TIAO '
 Union all select '少','SHAO '
 Union all select '劭','SHAO '
 Union all select '邵','SHAO '
 Union all select '绍','SHAO '
 Union all select '哨','SHAO '
 Union all select '潲','SHAO '
 Union all select '奢','SHAO '
 Union all select '猞','SHE '
 Union all select '赊','SHE '
 Union all select '畲','SHE '
 Union all select '舌','SHE '
 Union all select '佘','SHE '
 Union all select '蛇','SHE '
 Union all select '舍','SHE '
 Union all select '厍','SHE '
 Union all select '设','SHE '
 Union all select '社','SHE '
 Union all select '射','SHE '
 Union all select '涉','SHE '
 Union all select '赦','SHE '
 Union all select '慑','SHE '
 Union all select '摄','SHE '
 Union all select '滠','SHE '
 Union all select '申','SHE '
 Union all select '伸','SHEN '
 Union all select '身','SHEN '
 Union all select '呻','SHEN '
 Union all select '绅','SHEN '
 Union all select '诜','SHEN '
 Union all select '娠','SHEN '
 Union all select '砷','SHEN '
 Union all select '深','SHEN '
 Union all select '神','SHEN '
 Union all select '沈','SHEN '
 Union all select '审','SHEN '
 Union all select '哂','SHEN '
 Union all select '矧','SHEN '
 Union all select '谂','SHEN '
 Union all select '婶','SHEN '
 Union all select '渖','SHEN '
 Union all select '肾','SHEN '
 Union all select '甚','SHEN '
 Union all select '胂','SHEN '
 Union all select '渗','SHEN '
 Union all select '慎','SHEN '
 Union all select '椹','SHEN '
 Union all select '蜃','ZHEN '
 Union all select '升','SHEN '
 Union all select '生','SHENG '
 Union all select '声','SHENG '
 Union all select '牲','SHENG '
 Union all select '胜','SHENG '
 Union all select '笙','SHENG '
 Union all select '甥','SHENG '
 Union all select '渑','SHENG '
 Union all select '绳','MIAN '
 Union all select '省','SHENG '
 Union all select '眚','SHENG '
 Union all select '圣','SHENG '
 Union all select '晟','SHENG '
 Union all select '盛','SHENG '
 Union all select '剩','SHENG '
 Union all select '嵊','SHENG '
 Union all select '尸','SHENG '
 Union all select '失','SHI '
 Union all select '师','SHI '
 Union all select '虱','SHI '
 Union all select '诗','SHI '
 Union all select '施','SHI '
 Union all select '狮','SHI '
 Union all select '湿','SHI '
 Union all select '蓍','SHI '
 Union all select '酾','SHI '
 Union all select '鲺','SHAI '
 Union all select '十','SHI '
 Union all select '饣','SHI '
 Union all select '什','SHI '
 Union all select '石','SHEN '
 Union all select '时','SHI '
 Union all select '识','SHI '
 Union all select '实','SHI '
 Union all select '拾','SHI '
 Union all select '炻','SHI '
 Union all select '蚀','SHI '
 Union all select '食','SHI '
 Union all select '埘','SHI '
 Union all select '莳','SHI '
 Union all select '鲥','SHI '
 Union all select '史','SHI '
 Union all select '矢','SHI '
 Union all select '豕','SHI '
 Union all select '使','SHI '
 Union all select '始','SHI '
 Union all select '驶','SHI '
 Union all select '屎','SHI '
 Union all select '士','SHI '
 Union all select '氏','SHI '
 Union all select '礻','SHI '
 Union all select '世','SHI '
 Union all select '仕','SHI '
 Union all select '市','SHI '
 Union all select '示','SHI '
 Union all select '式','SHI '
 Union all select '事','SHI '
 Union all select '侍','SHI '
 Union all select '势','SHI '
 Union all select '视','SHI '
 Union all select '试','SHI '
 Union all select '饰','SHI '
 Union all select '室','SHI '
 Union all select '恃','SHI '
 Union all select '拭','SHI '
 Union all select '是','SHI '
 Union all select '柿','SHI '
 Union all select '贳','SHI '
 Union all select '适','SHI '
 Union all select '舐','SHI '
 Union all select '轼','SHI '
 Union all select '逝','SHI '
 Union all select '铈','SHI '
 Union all select '弑','SHI '
 Union all select '谥','SHI '
 Union all select '释','SHI '
 Union all select '嗜','SHI '
 Union all select '筮','SHI '
 Union all select '誓','SHI '
 Union all select '噬','SHI '
 Union all select '螫','SHI '
 Union all select '收','SHI '
 Union all select '手','SHOU '
 Union all select '扌','SHOU '
 Union all select '守','TI '
 Union all select '首','SHOU '
 Union all select '艏','SHOU '
 Union all select '寿','SHOU '
 Union all select '受','SHOU '
 Union all select '狩','SHOU '
 Union all select '兽','SHOU '
 Union all select '售','SHOU '
 Union all select '授','SHOU '
 Union all select '绶','SHOU '
 Union all select '瘦','SHOU '
 Union all select '书','SHOU '
 Union all select '殳','SHU '
 Union all select '抒','SHU '
 Union all select '纾','SHU '
 Union all select '叔','SHU '--####
insert #tempf
  select '枢','SHU '
 Union all select '姝','SHU '
 Union all select '倏','SHU '
 Union all select '殊','SHU '
 Union all select '梳','SHU '
 Union all select '淑','SHU '
 Union all select '菽','SHU '
 Union all select '疏','SHU '
 Union all select '舒','SHU '
 Union all select '摅','SHU '
 Union all select '毹','SHU '
 Union all select '输','SHU '
 Union all select '蔬','SHU '
 Union all select '秫','SHU '
 Union all select '孰','SHU '
 Union all select '赎','SHU '
 Union all select '塾','SHU '
 Union all select '熟','SHU '
 Union all select '暑','SHU '
 Union all select '黍','SHU '
 Union all select '署','SHU '
 Union all select '鼠','SHU '
 Union all select '蜀','SHU '
 Union all select '薯','SHU '
 Union all select '曙','SHU '
 Union all select '术','SHU '
 Union all select '戍','SHU '
 Union all select '束','SHU '
 Union all select '沭','SHU '
 Union all select '述','SHU '
 Union all select '树','SHU '
 Union all select '竖','SHU '
 Union all select '恕','SHU '
 Union all select '庶','SHU '
 Union all select '数','SHU '
 Union all select '腧','SHU '
 Union all select '墅','SHU '
 Union all select '漱','SHU '
 Union all select '澍','SHU '
 Union all select '刷','SHU '
 Union all select '唰','SHUA '
 Union all select '耍','SHUA '
 Union all select '衰','SHUA '
 Union all select '摔','SHUAI '
 Union all select '甩','SHUAI '
 Union all select '帅','SHUAI '
 Union all select '蟀','SHUAI '
 Union all select '闩','SHUAI '
 Union all select '拴','SHUAN '
 Union all select '栓','SHUAN '
 Union all select '涮','SHUAN '
 Union all select '双','SHUAN '
 Union all select '霜','SHUANG '
 Union all select '孀','SHUANG '
 Union all select '爽','SHUANG '
 Union all select '谁','SHUANG '
 Union all select '氵','SHUI '
 Union all select '水','SAN '
 Union all select '税','SHUI '
 Union all select '睡','SHUI '
 Union all select '吮','SHUI '
 Union all select '顺','SHUN '
 Union all select '舜','SHUN '
 Union all select '瞬','SHUN '
 Union all select '说','SHUN '
 Union all select '妁','SHUO '
 Union all select '烁','SHUO '
 Union all select '朔','SHUO '
 Union all select '铄','SHUO '
 Union all select '硕','SHUO '
 Union all select '嗍','SHUO '
 Union all select '搠','SUO '
 Union all select '蒴','SHUO '
 Union all select '嗽','SHUO '
 Union all select '槊','SOU '
 Union all select '厶','SHUO '
 Union all select '纟','SI '
 Union all select '丝','JIAO '
 Union all select '司','SI '
 Union all select '私','SI '
 Union all select '咝','SI '
 Union all select '思','SI '
 Union all select '鸶','SI '
 Union all select '斯','SI '
 Union all select '缌','SI '
 Union all select '蛳','SI '
 Union all select '厮','SI '
 Union all select '锶','SI '
 Union all select '嘶','SI '
 Union all select '撕','SI '
 Union all select '澌','SI '
 Union all select '死','SI '
 Union all select '巳','SI '
 Union all select '四','SI '
 Union all select '寺','SI '
 Union all select '汜','SI '
 Union all select '伺','SI '
 Union all select '似','SI '
 Union all select '兕','SI '
 Union all select '姒','SI '
 Union all select '祀','SI '
 Union all select '泗','SI '
 Union all select '饲','SI '
 Union all select '驷','SI '
 Union all select '俟','SI '
 Union all select '笥','SI '
 Union all select '耜','SI '
 Union all select '嗣','SI '
 Union all select '肆','SI '
 Union all select '忪','SI '
 Union all select '松','SONG '
 Union all select '凇','SONG '
 Union all select '崧','SONG '
 Union all select '淞','SONG '
 Union all select '菘','SONG '
 Union all select '嵩','SONG '
 Union all select '怂','SONG '
 Union all select '悚','SONG '
 Union all select '耸','SONG '
 Union all select '竦','SONG '
 Union all select '讼','SONG '
 Union all select '宋','SONG '
 Union all select '诵','SONG '
 Union all select '送','SONG '
 Union all select '颂','SONG '
 Union all select '嗖','SONG '
 Union all select '搜','SOU '
 Union all select '溲','SOU '
 Union all select '馊','SOU '
 Union all select '飕','SOU '
 Union all select '锼','SOU '
 Union all select '艘','SOU '
 Union all select '螋','SOU '
 Union all select '叟','SOU '
 Union all select '嗾','SOU '
 Union all select '瞍','SOU '
 Union all select '擞','SOU '
 Union all select '薮','SOU '
 Union all select '苏','SOU '
 Union all select '酥','SU '
 Union all select '稣','SU '
 Union all select '俗','SU '
 Union all select '夙','SU '
 Union all select '诉','SU '
 Union all select '肃','SU '
 Union all select '涑','SU '
 Union all select '素','SU '
 Union all select '速','SU '
 Union all select '宿','SU '
 Union all select '粟','SU '
 Union all select '谡','SU '
 Union all select '嗉','SU '
 Union all select '塑','SU '
 Union all select '愫','SU '
 Union all select '溯','SU '
 Union all select '僳','SU '
 Union all select '蔌','SU '
 Union all select '觫','SU '
 Union all select '簌','SU '
 Union all select '狻','SU '
 Union all select '酸','SUAN '
 Union all select '蒜','SUAN '
 Union all select '算','SUAN '
 Union all select '虽','SUAN '
 Union all select '荽','SUI '
 Union all select '眭','SUI '
 Union all select '睢','SUI '
 Union all select '濉','SUI '
 Union all select '绥','SUI '
 Union all select '隋','SUI '
 Union all select '随','SUI '
 Union all select '髓','SUI '
 Union all select '岁','SUI '
 Union all select '祟','SUI '
 Union all select '谇','SUI '
 Union all select '遂','SUI '
 Union all select '碎','SUI '
 Union all select '隧','SUI '
 Union all select '燧','SUI '
 Union all select '穗','SUI '
 Union all select '邃','SUI '
 Union all select '孙','SUI '
 Union all select '狲','SUN '
 Union all select '荪','SUN '
 Union all select '飧','SUN '
 Union all select '损','SUN '
 Union all select '笋','SUN '
 Union all select '隼','SUN '
 Union all select '榫','SUN '
 Union all select '唆','SUN '
 Union all select '娑','SUO '
 Union all select '挲','SUO '
 Union all select '桫','SUO '
 Union all select '梭','SUO '
 Union all select '睃','SUO '
 Union all select '嗦','SUO '
 Union all select '羧','SUO '
 Union all select '蓑','SUO '
 Union all select '缩','SUO '
 Union all select '所','SUO '
 Union all select '唢','SUO '
 Union all select '索','SUO '
 Union all select '琐','SUO '
 Union all select '锁','SUO '
 Union all select '他','SUO '
 Union all select '它','TA '
 Union all select '趿','TA '
 Union all select '铊','TA '
 Union all select '塌','TA '
 Union all select '溻','TA '
 Union all select '塔','TA '
 Union all select '獭','TA '
 Union all select '挞','TA '
 Union all select '闼','TA '
 Union all select '遢','TA '
 Union all select '榻','TA '
 Union all select '踏','TA '
 Union all select '蹋','TA '
 Union all select '骀','TA '
 Union all select '胎','DAI '
 Union all select '台','TAI '
 Union all select '邰','TAI '
 Union all select '抬','TAI '
 Union all select '苔','TAI '
 Union all select '炱','TAI '
 Union all select '跆','TAI '
 Union all select '鲐','TAI '
 Union all select '薹','TAI '
 Union all select '太','TAI '
 Union all select '汰','TAI '
 Union all select '态','TAI '
 Union all select '肽','TAI '
 Union all select '钛','TAI '
 Union all select '泰','TAI '
 Union all select '酞','TAI '
 Union all select '坍','TAI '
 Union all select '贪','TAN '
 Union all select '摊','TAN '
 Union all select '滩','TAN '
 Union all select '瘫','TAN '
 Union all select '坛','TAN '
 Union all select '昙','TAN '
 Union all select '谈','TAN '
 Union all select '郯','TAN '
 Union all select '覃','TAN '
 Union all select '痰','TAN '
 Union all select '锬','TAN '
 Union all select '谭','TAN '
 Union all select '潭','TAN '
 Union all select '檀','TAN '
 Union all select '忐','TAN '
 Union all select '坦','TAN '
 Union all select '袒','TAN '
 Union all select '钽','TAN '
 Union all select '毯','TAN '
 Union all select '叹','TAN '
 Union all select '炭','TAN '
 Union all select '探','TAN '
 Union all select '赕','TAN '
 Union all select '碳','DAN '
 Union all select '汤','TAN '
 Union all select '铴','TANG '
 Union all select '羰','TANG '
 Union all select '镗','TANG '
 Union all select '饧','TANG '
 Union all select '唐','TANG '
 Union all select '堂','TANG '
 Union all select '棠','TANG '
 Union all select '塘','TANG '
 Union all select '搪','TANG '
 Union all select '溏','TANG '
 Union all select '瑭','TANG '
 Union all select '樘','TANG '
 Union all select '膛','TANG '
 Union all select '糖','TANG '
 Union all select '螗','TANG '
 Union all select '螳','TANG '
 Union all select '醣','TANG '
 Union all select '','TANG '
 Union all select '帑','TANG '
 Union all select '倘','TANG '
 Union all select '淌','TANG '
 Union all select '傥','TANG '
 Union all select '耥','TANG '
 Union all select '躺','TANG '
 Union all select '烫','TANG '
 Union all select '趟','TANG '
 Union all select '涛','TAO '
 Union all select '绦','TAO '
 Union all select '掏','TAO '
 Union all select '滔','TAO '
 Union all select '韬','TAO '
 Union all select '洮','TAO '
 Union all select '逃','TAO '
 Union all select '桃','TAO '
 Union all select '陶','TAO '
 Union all select '啕','TAO '
 Union all select '淘','TAO '
 Union all select '萄','TAO '
 Union all select '鼗','TAO '
 Union all select '讨','TAO '
 Union all select '套','TAO '
 Union all select '忑','TE '
 Union all select '忒','TE '
 Union all select '特','TE '
 Union all select '铽','TE '
 Union all select '慝','TE '
 Union all select '疼','TENG '
 Union all select '腾','TENG '
 Union all select '誊','TENG '
 Union all select '滕','TENG '
 Union all select '藤','TENG '
 Union all select '剔','TI '
 Union all select '梯','TI '
 Union all select '锑','TI '
 Union all select '踢','TI '
 Union all select '绨','TI '
 Union all select '啼','TI '
 Union all select '提','TI '
 Union all select '缇','TI '
 Union all select '鹈','TI '
 Union all select '题','TI '
 Union all select '蹄','TI '
 Union all select '醍','TI '
 Union all select '体','TI '
 Union all select '屉','TI '
 Union all select '剃','TI '
 Union all select '倜','TI '
 Union all select '悌','TI '
 Union all select '涕','TI '
 Union all select '逖','TI '
 Union all select '惕','TI '
 Union all select '替','TI '
 Union all select '裼','TI '
 Union all select '嚏','TI '
 Union all select '天','TIAN '
 Union all select '添','TIAN '
 Union all select '田','TIAN '
 Union all select '恬','TIAN '
 Union all select '畋','TIAN '
 Union all select '甜','TIAN '
 Union all select '填','TIAN '
 Union all select '阗','TIAN '
 Union all select '忝','TIAN '
 Union all select '殄','TIAN '
 Union all select '腆','TIAN '
 Union all select '舔','TIAN '
 Union all select '掭','TIAN '
 Union all select '佻','TIAO '
 Union all select '挑','TIAO '
 Union all select '祧','TIAO '
 Union all select '条','TIAO '
 Union all select '迢','TIAO '
 Union all select '笤','TIAO '
 Union all select '龆','TIAO '
 Union all select '蜩','TIAO '
 Union all select '鲦','TIAO '
 Union all select '窕','TIAO '
 Union all select '眺','TIAO '
 Union all select '粜','TIAO '
 Union all select '铫','DIAO '
 Union all select '跳','TIAO '
 Union all select '贴','TIE '
 Union all select '萜','TIE '
 Union all select '铁','TIE '
 Union all select '帖','TIE '
 Union all select '厅','TING '
 Union all select '汀','TING '
 Union all select '听','TING '
 Union all select '町','DING '
 Union all select '烃','TING '
 Union all select '廷','TING '
 Union all select '亭','TING '
 Union all select '庭','TING '
 Union all select '莛','TING '
 Union all select '停','TING '
 Union all select '婷','TING '
 Union all select '葶','TING '
 Union all select '蜓','TING '
 Union all select '霆','TING '
 Union all select '挺','TING '
 Union all select '梃','TING '
 Union all select '铤','DING '
 Union all select '艇','TING '
 Union all select '通','TONG '
 Union all select '嗵','TONG '
 Union all select '仝','TONG '
 Union all select '同','TONG '
 Union all select '佟','TONG '
 Union all select '彤','TONG '
 Union all select '茼','TONG '
 Union all select '桐','TONG '
 Union all select '砼','TONG '
 Union all select '铜','TONG '
 Union all select '童','TONG '
 Union all select '酮','TONG '
 Union all select '僮','TONG '
 Union all select '潼','TONG '
 Union all select '瞳','TONG '
 Union all select '统','TONG '
 Union all select '捅','TONG '
 Union all select '桶','TONG '
 Union all select '筒','TONG '
 Union all select '恸','TONG '
 Union all select '痛','TONG '
 Union all select '偷','TOU '
 Union all select '亠','WEN '
 Union all select '头','TOU '
 Union all select '投','TOU '
 Union all select '透','TOU '
 Union all select '凸','TU '
 Union all select '秃','TU '
 Union all select '突','TU '
 Union all select '图','TU '
 Union all select '徒','TU '
 Union all select '涂','TU '
 Union all select '荼','TU '
 Union all select '途','TU '
 Union all select '屠','TU '
 Union all select '酴','TU '
 Union all select '土','TU '
 Union all select '吐','TU '
 Union all select '钍','TU '
 Union all select '兔','TU '
 Union all select '堍','TU '
 Union all select '菟','TU '
 Union all select '湍','TUAN '
 Union all select '团','TUAN '
 Union all select '抟','TUAN '
 Union all select '疃','TUAN '
 Union all select '彖','TUAN '
 Union all select '推','TUI '
 Union all select '颓','TUI '
 Union all select '腿','TUI '
 Union all select '退','TUI '
 Union all select '煺','TUI '
 Union all select '蜕','TUI '
 Union all select '褪','TUI '
 Union all select '吞','TUN '
 Union all select '暾','TUN '
 Union all select '屯','TUN '
 Union all select '饨','TUN '
 Union all select '豚','TUN '
 Union all select '臀','TUN '
 Union all select '氽','TUN '
 Union all select '乇','TUO '
 Union all select '托','TUO '
 Union all select '拖','TUO '
 Union all select '脱','TUO '
 Union all select '驮','TUO '
 Union all select '佗','TUO '
 Union all select '陀','TUO '
 Union all select '坨','TUO '
 Union all select '沱','DUO '
 Union all select '驼','TUO '
 Union all select '柁','TUO '
 Union all select '砣','TUO '
 Union all select '鸵','TUO '
 Union all select '跎','TUO '
 Union all select '酡','TUO '
 Union all select '橐','TUO '
 Union all select '鼍','TUO '
 Union all select '妥','TUO '
 Union all select '庹','TUO '
 Union all select '椭','TUO '
 Union all select '拓','TUO '
 Union all select '柝','TUO '
 Union all select '唾','TUO '
 Union all select '箨','TUO '
 Union all select '哇','WA '
 Union all select '娃','WA '
 Union all select '挖','WA '
 Union all select '洼','WA '
 Union all select '娲','WA '
 Union all select '蛙','WA '
 Union all select '瓦','WA '
 Union all select '佤','WA '
 Union all select '袜','WA '
 Union all select '腽','WA '
 Union all select '歪','WAI '
 Union all select '崴','WAI '
 Union all select '外','WAI '
 Union all select '弯','WAN '
 Union all select '剜','WAN '
 Union all select '湾','WAN '
 Union all select '蜿','WAN '
 Union all select '豌','WAN '
 Union all select '丸','WAN '
 Union all select '纨','WAN '
 Union all select '芄','WAN '
 Union all select '完','WAN '
 Union all select '玩','WAN '
 Union all select '顽','WAN '
 Union all select '烷','WAN '
 Union all select '宛','WAN '
 Union all select '挽','WAN '
 Union all select '晚','WAN '
 Union all select '莞','GUAN '
 Union all select '婉','WAN '
 Union all select '惋','WAN '
 Union all select '绾','WAN '
 Union all select '脘','WAN '
 Union all select '菀','WAN '
 Union all select '琬','WAN '
 Union all select '皖','WAN '
 Union all select '畹','WAN '
 Union all select '碗','WAN '
 Union all select '万','WAN '
 Union all select '腕','WAN '
 Union all select '汪','WANG '
 Union all select '亡','WANG '
 Union all select '王','WANG '
 Union all select '网','WANG '
 Union all select '往','WANG '
 Union all select '枉','WANG '
 Union all select '罔','WANG '
 Union all select '惘','WANG '
 Union all select '辋','WANG '
 Union all select '妄','WANG '
 Union all select '忘','WANG '
 Union all select '旺','WANG '
 Union all select '望','WANG '
 Union all select '危','WEI '
 Union all select '威','WEI '
 Union all select '偎','WEI '
 Union all select '逶','WEI '
 Union all select '隈','WEI '
 Union all select '葳','WEI '
 Union all select '微','WEI '
 Union all select '煨','WEI '
 Union all select '薇','WEI '
 Union all select '巍','WEI '
 Union all select '囗','WEI '
 Union all select '为','WEI '
 Union all select '韦','WEI '
 Union all select '圩','WEI '
 Union all select '围','WEI '
 Union all select '帏','WEI '
 Union all select '沩','WEI '
 Union all select '违','WEI '
 Union all select '闱','WEI '
 Union all select '桅','WEI '
 Union all select '涠','WEI '
 Union all select '唯','WEI '
 Union all select '帷','WEI '
 Union all select '惟','WEI '
 Union all select '维','WEI '
 Union all select '嵬','WEI '
 Union all select '潍','WEI '
 Union all select '伟','WEI '
 Union all select '伪','WEI '
 Union all select '尾','WEI '
 Union all select '纬','WEI '
 Union all select '苇','WEI '
 Union all select '委','WEI '
 Union all select '炜','WEI '
 Union all select '玮','WEI '
 Union all select '洧','WEI '
 Union all select '娓','WEI '
 Union all select '诿','WEI '
 Union all select '萎','WEI '
 Union all select '隗','WEI '
 Union all select '猥','WEI '
 Union all select '痿','WEI '
 Union all select '艉','WEI '
 Union all select '韪','WEI '
 Union all select '鲔','WEI '
 Union all select '卫','WEI '
 Union all select '未','WEI '
 Union all select '位','WEI '
 Union all select '味','WEI '
 Union all select '畏','WEI '
 Union all select '胃','WEI '
 Union all select '軎','WEI '
 Union all select '尉','WEI '
 Union all select '谓','WEI '
 Union all select '喂','WEI '
 Union all select '渭','WEI '
 Union all select '猬','WEI '
 Union all select '蔚','WEI '
 Union all select '慰','WEI '
 Union all select '魏','WEI '
 Union all select '温','WEN '
 Union all select '瘟','WEN '
 Union all select '文','WEN '
 Union all select '纹','WEN '
 Union all select '闻','WEN '
 Union all select '蚊','WEN '
 Union all select '阌','WEN '
 Union all select '雯','WEN '
 Union all select '刎','WEN '
 Union all select '吻','WEN '
 Union all select '紊','WEN '
 Union all select '稳','WEN '
 Union all select '问','WEN '
 Union all select '汶','WEN '
 Union all select '璺','WEN '
 Union all select '翁','WENG '
 Union all select '嗡','WENG '
 Union all select '蓊','WENG '
 Union all select '瓮','WENG '
 Union all select '蕹','WENG '
 Union all select '挝','WO '
 Union all select '倭','WO '
 Union all select '涡','WO '
 Union all select '莴','WO '
 Union all select '喔','WO '
 Union all select '窝','WO '
 Union all select '蜗','WO '
 Union all select '我','WO '
 Union all select '沃','WO '
 Union all select '肟','WO '
 Union all select '卧','WO '
 Union all select '幄','WO '
 Union all select '握','WO '
 Union all select '渥','WO '
 Union all select '硪','WO '
 Union all select '斡','WO '
 Union all select '龌','WO '
 Union all select '乌','WU '
 Union all select '圬','WU '
 Union all select '污','WU '
 Union all select '邬','WU '
 Union all select '呜','WU '
 Union all select '巫','WU '
 Union all select '屋','WU '
 Union all select '诬','WU '
 Union all select '钨','WU '
 Union all select '无','WU '
 Union all select '毋','WU '
 Union all select '吴','WU '
 Union all select '吾','WU '
 Union all select '芜','WU '
 Union all select '唔','EN '
 Union all select '梧','WU '
 Union all select '浯','WU '
 Union all select '蜈','WU '
 Union all select '五','WU '
 Union all select '午','WU '
 Union all select '仵','WU '
 Union all select '伍','WU '
 Union all select '坞','WU '
 Union all select '妩','WU '
 Union all select '庑','WU '
 Union all select '忤','WU '
 Union all select '怃','WU '
 Union all select '迕','WU '
 Union all select '武','WU '
 Union all select '侮','WU '
 Union all select '捂','WU '
 Union all select '牾','WU '
 Union all select '鹉','WU '
 Union all select '舞','WU '
 Union all select '兀','WU '
 Union all select '勿','WU '
 Union all select '务','WU '
 Union all select '戊','WU '
 Union all select '阢','WU '
 Union all select '杌','WU '
 Union all select '芴','WU '
 Union all select '物','WU '
 Union all select '误','WU '
 Union all select '悟','WU '
 Union all select '晤','WU '
 Union all select '焐','WU '
 Union all select '婺','WU '
 Union all select '痦','WU '
 Union all select '骛','WU '
 Union all select '雾','WU '
 Union all select '寤','WU '
 Union all select '鹜','WU '
 Union all select '鋈','WU '
 Union all select '夕','XI '
 Union all select '兮','XI '
 Union all select '汐','XI '
 Union all select '西','XI '
 Union all select '吸','XI '
 Union all select '希','XI '
 Union all select '昔','XI '
 Union all select '析','XI '
 Union all select '矽','XI '
 Union all select '穸','XI '
 Union all select '诶','EI '
 Union all select '郗','XI '
 Union all select '唏','XI '
 Union all select '奚','XI '
 Union all select '息','XI '
 Union all select '浠','XI '
 Union all select '牺','XI '
 Union all select '悉','XI '
 Union all select '惜','XI '
 Union all select '欷','XI '
 Union all select '淅','XI '
 Union all select '烯','XI '
 Union all select '硒','XI '
 Union all select '菥','XI '
 Union all select '晰','XI '
 Union all select '犀','XI '
 Union all select '稀','XI '
 Union all select '粞','XI '
 Union all select '翕','XI '
 Union all select '舾','XI '
 Union all select '溪','XI '
 Union all select '皙','XI '
 Union all select '锡','XI '
 Union all select '僖','XI '
 Union all select '熄','XI '
 Union all select '熙','XI '
 Union all select '蜥','XI '
 Union all select '嘻','XI '
 Union all select '嬉','XI '
 Union all select '膝','XI '
 Union all select '樨','XI '
 Union all select '歙','XI '
 Union all select '熹','XI '
 Union all select '羲','XI '
 Union all select '螅','XI '
 Union all select '蟋','XI '
 Union all select '醯','XI '
 Union all select '曦','XI '
 Union all select '习','XI '
 Union all select '席','XI '
 Union all select '袭','XI '
 Union all select '觋','XI '
 Union all select '媳','XI '
 Union all select '隰','XI '
 Union all select '檄','XI '
 Union all select '洗','XI '
 Union all select '玺','XI '
 Union all select '徙','XI '
 Union all select '铣','XI '
 Union all select '喜','XI '
 Union all select '葸','XI '
 Union all select '屣','XI '
 Union all select '蓰','XI '
 Union all select '禧','XI '
 Union all select '戏','XI '
 Union all select '系','XI '
 Union all select '饩','XI '
 Union all select '细','XI '
 Union all select '郄','QIE '
 Union all select '阋','XI '
 Union all select '舄','XI '
 Union all select '隙','XI '
 Union all select '禊','XI '
 Union all select '呷','GA '
 Union all select '虾','XIA '
 Union all select '瞎','XIA '
 Union all select '匣','XIA '
 Union all select '侠','XIA '
 Union all select '狎','XIA '
 Union all select '峡','XIA '
 Union all select '柙','XIA '
 Union all select '狭','XIA '
 Union all select '硖','XIA '
 Union all select '遐','XIA '
 Union all select '暇','XIA '
 Union all select '瑕','XIA '
 Union all select '辖','XIA '
 Union all select '霞','XIA '
 Union all select '下','XIA '
 Union all select '吓','XIA '
 Union all select '夏','XIA '
 Union all select '厦','SHA '
 Union all select '罅','XIA '
 Union all select '仙','XIAN '
 Union all select '先','XIAN '
 Union all select '纤','XIAN '
 Union all select '氙','XIAN '
 Union all select '祆','XIAN '
 Union all select '籼','XIAN '
 Union all select '莶','XIAN '
 Union all select '掀','XIAN '
 Union all select '跹','XIAN '
 Union all select '酰','XIAN '
 Union all select '锨','XIAN '
 Union all select '鲜','XIAN '
 Union all select '暹','XIAN '
 Union all select '闲','XIAN '
 Union all select '弦','XIAN '
 Union all select '贤','XIAN '
 Union all select '咸','XIAN '
 Union all select '涎','XIAN '
 Union all select '娴','XIAN '
 Union all select '舷','XIAN '
 Union all select '衔','XIAN '
 Union all select '痫','XIAN '
 Union all select '鹇','XIAN '
 Union all select '嫌','XIAN '
 Union all select '冼','XIAN '
 Union all select '显','XIAN '
 Union all select '险','XIAN '
 Union all select '猃','XIAN '
 Union all select '蚬','XIAN '
 Union all select '筅','XIAN '
 Union all select '跣','XIAN '
 Union all select '藓','XIAN '
 Union all select '燹','XIAN '
 Union all select '县','XIAN '
 Union all select '岘','XIAN '
 Union all select '苋','XIAN '
 Union all select '现','XIAN '
 Union all select '线','XIAN '
 Union all select '限','XIAN '
 Union all select '宪','XIAN '
 Union all select '陷','XIAN '
 Union all select '馅','XIAN '
 Union all select '羡','XIAN '
 Union all select '献','XIAN '
 Union all select '腺','XIAN '
 Union all select '霰','XIAN '
 Union all select '乡','XIANG '
 Union all select '芗','XIANG '
 Union all select '相','XIANG '
 Union all select '香','XIANG '
 Union all select '厢','XIANG '
 Union all select '湘','XIANG '
 Union all select '缃','XIANG '
 Union all select '葙','XIANG '
 Union all select '箱','XIANG '
 Union all select '襄','XIANG '
 Union all select '骧','XIANG '
 Union all select '镶','XIANG '
 Union all select '详','XIANG '
 Union all select '庠','XIANG '
 Union all select '祥','XIANG '
 Union all select '翔','XIANG '
 Union all select '享','XIANG '
 Union all select '响','XIANG '
 Union all select '饷','XIANG '
 Union all select '想','XIANG '
 Union all select '鲞','XIANG '
 Union all select '向','XIANG '
 Union all select '巷','XIANG '
 Union all select '项','XIANG '
 Union all select '象','XIANG '
 Union all select '像','XIANG '
 Union all select '橡','XIANG '
 Union all select '蟓','XIANG '
 Union all select '枭','XIAO '
 Union all select '削','XUE '
 Union all select '哓','XIAO '
 Union all select '枵','XIAO '
 Union all select '骁','XIAO '
 Union all select '宵','XIAO '
 Union all select '消','XIAO '
 Union all select '绡','XIAO '
 Union all select '逍','XIAO '
 Union all select '萧','XIAO '
 Union all select '硝','XIAO '
 Union all select '销','XIAO '
 Union all select '潇','XIAO '
 Union all select '箫','XIAO '
 Union all select '霄','XIAO '
 Union all select '嚣','XIAO '
 Union all select '崤','XIAO '
 Union all select '淆','XIAO '
 Union all select '小','XIAO '
 Union all select '晓','XIAO '
 Union all select '筱','XIAO '
 Union all select '孝','XIAO '
 Union all select '肖','XIAO '
 Union all select '哮','XIAO '
 Union all select '效','XIAO '
 Union all select '校','XIAO '
 Union all select '笑','XIAO '
 Union all select '啸','XIAO '
 Union all select '些','XIE '
 Union all select '楔','XIE '
 Union all select '歇','XIE '
 Union all select '蝎','XIE '
 Union all select '协','XIE '
 Union all select '邪','XIE '
 Union all select '胁','XIE '
 Union all select '挟','JIA '
 Union all select '偕','XIE '
 Union all select '斜','XIE '
 Union all select '谐','XIE '
 Union all select '携','XIE '
 Union all select '勰','XIE '
 Union all select '撷','XIE '
 Union all select '缬','XIE '
 Union all select '鞋','XIE '
 Union all select '写','XIE '
 Union all select '泄','XIE '
 Union all select '泻','XIE '
 Union all select '绁','XIE '
 Union all select '卸','XIE '
 Union all select '屑','XIE '
 Union all select '械','XIE '
 Union all select '亵','XIE '
 Union all select '渫','XIE '
 Union all select '谢','XIE '
 Union all select '榍','XIE '
 Union all select '榭','XIE '
 Union all select '廨','XIE '
 Union all select '懈','XIE '
 Union all select '獬','XIE '
 Union all select '薤','XIE '
 Union all select '邂','XIE '
 insert #tempg           --####
 select '燮','XIE '
 Union all select '瀣','XIE '
 Union all select '蟹','XIE '
 Union all select '躞','XIE '
 Union all select '忄','SHU '
 Union all select '心','XIN '
 Union all select '忻','XIN '
 Union all select '芯','XIN '
 Union all select '辛','XIN '
 Union all select '昕','XIN '
 Union all select '欣','XIN '
 Union all select '莘','SHEN '
 Union all select '锌','XIN '
 Union all select '新','XIN '
 Union all select '歆','XIN '
 Union all select '薪','XIN '
 Union all select '馨','XIN '
 Union all select '鑫','XIN '
 Union all select '囟','XIN '
 Union all select '信','XIN '
 Union all select '衅','XIN '
 Union all select '兴','XING '
 Union all select '星','XING '
 Union all select '惺','XING '
 Union all select '猩','XING '
 Union all select '腥','XING '
 Union all select '刑','XING '
 Union all select '行','XING '
 Union all select '邢','XING '
 Union all select '形','XING '
 Union all select '陉','JING '
 Union all select '型','XING '
 Union all select '硎','XING '
 Union all select '醒','XING '
 Union all select '擤','XING '
 Union all select '杏','XING '
 Union all select '姓','XING '
 Union all select '幸','XING '
 Union all select '性','XING '
 Union all select '荇','XING '
 Union all select '悻','XING '
 Union all select '凶','XIONG '
 Union all select '兄','XIONG '
 Union all select '匈','XIONG '
 Union all select '芎','XIONG '
 Union all select '汹','XIONG '
 Union all select '胸','XIONG '
 Union all select '雄','XIONG '
 Union all select '熊','XIONG '
 Union all select '休','XIU '
 Union all select '修','XIU '
 Union all select '咻','XIU '
 Union all select '庥','XIU '
 Union all select '羞','XIU '
 Union all select '鸺','XIU '
 Union all select '貅','XIU '
 Union all select '馐','XIU '
 Union all select '朽','XIU '
 Union all select '秀','XIU '
 Union all select '岫','XIU '
 Union all select '绣','XIU '
 Union all select '袖','XIU '
 Union all select '锈','XIU '
 Union all select '溴','XIU '
 Union all select '戌','XU '
 Union all select '盱','XU '
 Union all select '砉','HUA '
 Union all select '胥','XU '
 Union all select '须','XU '
 Union all select '顼','XU '
 Union all select '虚','XU '
 Union all select '嘘','XU '
 Union all select '需','XU '
 Union all select '墟','XU '
 Union all select '徐','XU '
 Union all select '许','XU '
 Union all select '诩','XU '
 Union all select '栩','XU '
 Union all select '糈','XU '
 Union all select '醑','XU '
 Union all select '旭','XU '
 Union all select '序','XU '
 Union all select '叙','XU '
 Union all select '恤','XU '
 Union all select '洫','XU '
 Union all select '畜','CHU '
 Union all select '勖','XU '
 Union all select '绪','XU '
 Union all select '续','XU '
 Union all select '酗','XU '
 Union all select '婿','XU '
 Union all select '溆','XU '
 Union all select '絮','XU '
 Union all select '嗅','XIU '
 Union all select '煦','XU '
 Union all select '蓄','XU '
 Union all select '蓿','XU '
 Union all select '轩','XUAN '
 Union all select '宣','XUAN '
 Union all select '谖','XUAN '
 Union all select '喧','XUAN '
 Union all select '揎','XUAN '
 Union all select '萱','XUAN '
 Union all select '暄','XUAN '
 Union all select '煊','XUAN '
 Union all select '儇','XUAN '
 Union all select '玄','XUAN '
 Union all select '痃','XUAN '
 Union all select '悬','XUAN '
 Union all select '旋','XUAN '
 Union all select '漩','XUAN '
 Union all select '璇','XUAN '
 Union all select '选','XUAN '
 Union all select '癣','XUAN '
 Union all select '泫','XUAN '
 Union all select '炫','XUAN '
 Union all select '绚','XUAN '
 Union all select '眩','XUAN '
 Union all select '铉','XUAN '
 Union all select '渲','XUAN '
 Union all select '楦','XUAN '
 Union all select '碹','XUAN '
 Union all select '镟','XUAN '
 Union all select '靴','XUE '
 Union all select '薛','XUE '
 Union all select '穴','XUE '
 Union all select '学','XUE '
 Union all select '泶','XUE '
 Union all select '踅','XUE '
 Union all select '雪','XUE '
 Union all select '血','XUE '
 Union all select '谑','XUE '
 Union all select '勋','XUN '
 Union all select '埙','XUN '
 Union all select '熏','XUN '
 Union all select '窨','XUN '
 Union all select '獯','XUN '
 Union all select '薰','XUN '
 Union all select '曛','XUN '
 Union all select '醺','XUN '
 Union all select '寻','XUN '
 Union all select '巡','XUN '
 Union all select '旬','XUN '
 Union all select '驯','XUN '
 Union all select '询','XUN '
 Union all select '峋','XUN '
 Union all select '恂','XUN '
 Union all select '洵','XUN '
 Union all select '浔','XUN '
 Union all select '荀','XUN '
 Union all select '循','XUN '
 Union all select '鲟','XUN '
 Union all select '训','XUN '
 Union all select '讯','XUN '
 Union all select '汛','XUN '
 Union all select '迅','XUN '
 Union all select '徇','XUN '
 Union all select '逊','XUN '
 Union all select '殉','XUN '
 Union all select '巽','XUN '
 Union all select '蕈','XUN '
 Union all select '丫','YA '
 Union all select '压','YA '
 Union all select '呀','YA '
 Union all select '押','YA '
 Union all select '鸦','YA '
 Union all select '桠','YA '
 Union all select '鸭','YA '
 Union all select '牙','YA '
 Union all select '伢','YA '
 Union all select '岈','YA '
 Union all select '芽','YA '
 Union all select '琊','YA '
 Union all select '蚜','YA '
 Union all select '崖','YA '
 Union all select '涯','YA '
 Union all select '睚','YA '
 Union all select '衙','YA '
 Union all select '疋','YA '
 Union all select '哑','YA '
 Union all select '痖','YA '
 Union all select '雅','YA '
 Union all select '亚','YA '
 Union all select '讶','YA '
 Union all select '迓','YA '
 Union all select '垭','YA '
 Union all select '娅','YA '
 Union all select '砑','YA '
 Union all select '氩','YA '
 Union all select '揠','YA '
 Union all select '咽','YAN '
 Union all select '恹','YAN '
 Union all select '烟','YAN '
 Union all select '胭','YAN '
 Union all select '崦','YAN '
 Union all select '淹','YAN '
 Union all select '焉','YAN '
 Union all select '菸','YAN '
 Union all select '阉','YAN '
 Union all select '湮','YAN '
 Union all select '腌','YAN '
 Union all select '鄢','YAN '
 Union all select '嫣','YAN '
 Union all select '蔫','NIAN '
 Union all select '讠','YAN '
 Union all select '延','YAN '
 Union all select '闫','YAN '
 Union all select '严','YAN '
 Union all select '妍','YAN '
 Union all select '芫','YUAN '
 Union all select '言','YAN '
 Union all select '岩','YAN '
 Union all select '沿','YAN '
 Union all select '炎','YAN '
 Union all select '研','YAN '
 Union all select '盐','YAN '
 Union all select '阎','YAN '
 Union all select '筵','YAN '
 Union all select '蜒','YAN '
 Union all select '颜','YAN '
 Union all select '檐','YAN '
 Union all select '兖','YAN '
 Union all select '奄','YAN '
 Union all select '俨','YAN '
 Union all select '衍','YAN '
 Union all select '偃','YAN '
 Union all select '厣','YAN '
 Union all select '掩','YAN '
 Union all select '眼','YAN '
 Union all select '郾','YAN '
 Union all select '琰','YAN '
 Union all select '罨','YAN '
 Union all select '演','YAN '
 Union all select '厌','YAN '
 Union all select '彦','YAN '
 Union all select '砚','YAN '
 Union all select '唁','YAN '
 Union all select '宴','YAN '
 Union all select '晏','YAN '
 Union all select '艳','YAN '
 Union all select '验','YAN '
 Union all select '谚','YAN '
 Union all select '堰','YAN '
 Union all select '焰','YAN '
 Union all select '焱','YAN '
 Union all select '雁','YAN '
 Union all select '滟','YAN '
 Union all select '酽','YAN '
 Union all select '谳','YAN '
 Union all select '燕','YAN '
 Union all select '赝','YAN '
 Union all select '央','YANG '
 Union all select '泱','YANG '
 Union all select '殃','YANG '
 Union all select '秧','YANG '
 Union all select '鸯','YANG '
 Union all select '扬','YANG '
 Union all select '羊','YANG '
 Union all select '阳','YANG '
 Union all select '杨','YANG '
 Union all select '炀','YANG '
 Union all select '佯','YANG '
 Union all select '疡','YANG '
 Union all select '徉','YANG '
 Union all select '洋','YANG '
 Union all select '烊','YANG '
 Union all select '蛘','YANG '
 Union all select '仰','YANG '
 Union all select '养','YANG '
 Union all select '氧','YANG '
 Union all select '痒','YANG '
 Union all select '怏','YANG '
 Union all select '恙','YANG '
 Union all select '样','YANG '
 Union all select '漾','YANG '
 Union all select '幺','YAO '
 Union all select '夭','YAO '
 Union all select '吆','YAO '
 Union all select '妖','YAO '
 Union all select '腰','YAO '
 Union all select '邀','YAO '
 Union all select '爻','YAO '
 Union all select '尧','YAO '
 Union all select '肴','YAO '
 Union all select '姚','YAO '
 Union all select '轺','YAO '
 Union all select '珧','YAO '
 Union all select '窑','YAO '
 Union all select '谣','YAO '
 Union all select '徭','YAO '
 Union all select '摇','YAO '
 Union all select '遥','YAO '
 Union all select '瑶','YAO '
 Union all select '繇','YAO '
 Union all select '杳','YAO '
 Union all select '咬','YAO '
 Union all select '窈','YAO '
 Union all select '舀','YAO '
 Union all select '崾','YAO '
 Union all select '药','YAO '
 Union all select '要','YAO '
 Union all select '鹞','YAO '
 Union all select '曜','YAO '
 Union all select '耀','YAO '
 Union all select '椰','YE '
 Union all select '噎','YE '
 Union all select '爷','YE '
 Union all select '耶','YE '
 Union all select '揶','YE '
 Union all select '铘','YE '
 Union all select '也','YE '
 Union all select '冶','YE '
 Union all select '野','YE '
 Union all select '业','YE '
 Union all select '叶','YE '
 Union all select '曳','YE '
 Union all select '页','YE '
 Union all select '邺','YE '
 Union all select '夜','YE '
 Union all select '晔','YE '
 Union all select '烨','YE '
 Union all select '掖','YE '
 Union all select '液','YE '
 Union all select '谒','YE '
 Union all select '腋','YE '
 Union all select '靥','YE '
 Union all select '一','YI '
 Union all select '衤','YI '
 Union all select '伊','YI '
 Union all select '衣','YI '
 Union all select '医','YI '
 Union all select '依','YI '
 Union all select '咿','YI '
 Union all select '猗','YI '
 Union all select '铱','YI '
 Union all select '壹','YI '
 Union all select '揖','YI '
 Union all select '欹','QI '
 Union all select '漪','YI '
 Union all select '噫','YI '
 Union all select '仪','YI '
 Union all select '圯','YI '
 Union all select '夷','YI '
 Union all select '沂','YI '
 Union all select '诒','DAI '
 Union all select '宜','YI '
 Union all select '怡','YI '
 Union all select '迤','YI '
 Union all select '饴','YI '
 Union all select '咦','YI '
 Union all select '姨','YI '
 Union all select '荑','YI '
 Union all select '贻','YI '
 Union all select '眙','YI '
 Union all select '胰','YI '
 Union all select '酏','YI '
 Union all select '痍','YI '
 Union all select '移','YI '
 Union all select '遗','YI '
 Union all select '颐','YI '
 Union all select '疑','YI '
 Union all select '嶷','YI '
 Union all select '彝','YI '
 Union all select '乙','YI '
 Union all select '已','YI '
 Union all select '以','YI '
 Union all select '钇','YI '
 Union all select '矣','YI '
 Union all select '苡','YI '
 Union all select '舣','YI '
 Union all select '蚁','YI '
 Union all select '倚','YI '
 Union all select '椅','YI '
 Union all select '旖','YI '
 Union all select '义','YI '
 Union all select '亿','YI '
 Union all select '弋','YI '
 Union all select '刈','YI '
 Union all select '忆','YI '
 Union all select '艺','YI '
 Union all select '仡','YI '
 Union all select '议','YI '
 Union all select '亦','YI '
 Union all select '屹','YI '
 Union all select '异','YI '
 Union all select '佚','YI '
 Union all select '呓','YI '
 Union all select '役','YI '
 Union all select '抑','YI '
 Union all select '译','YI '
 Union all select '邑','YI '
 Union all select '佾','YI '
 Union all select '峄','YI '
 Union all select '怿','YI '
 Union all select '易','YI '
 Union all select '绎','YI '
 Union all select '诣','YI '
 Union all select '驿','YI '
 Union all select '奕','YI '
 Union all select '弈','YI '
 Union all select '疫','YI '
 Union all select '羿','YI '
 Union all select '轶','YI '
 Union all select '悒','YI '
 Union all select '挹','YI '
 Union all select '益','YI '
 Union all select '谊','YI '
 Union all select '埸','YI '
 Union all select '翊','YI '
 Union all select '翌','YI '
 Union all select '逸','YI '
 Union all select '意','YI '
 Union all select '溢','YI '
 Union all select '缢','YI '
 Union all select '肄','YI '
 Union all select '裔','YI '
 Union all select '瘗','YI '
 Union all select '蜴','YI '
 Union all select '毅','YI '
 Union all select '熠','YI '
 Union all select '镒','YI '
 Union all select '劓','YI '
 Union all select '殪','YI '
 Union all select '薏','YI '
 Union all select '翳','YI '
 Union all select '翼','YI '
 Union all select '臆','YI '
 Union all select '癔','YI '
 Union all select '镱','YI '
 Union all select '懿','YI '
 Union all select '因','YIN '
 Union all select '阴','YIN '
 Union all select '姻','YIN '
 Union all select '洇','YIN '
 Union all select '茵','YIN '
 Union all select '荫','YIN '
 Union all select '音','YIN '
 Union all select '殷','YIN '
 Union all select '氤','YIN '
 Union all select '铟','YIN '
 Union all select '喑','YIN '
 Union all select '堙','YIN '
 Union all select '吟','YIN '
 Union all select '垠','YIN '
 Union all select '狺','YIN '
 Union all select '寅','YIN '
 Union all select '淫','YIN '
 Union all select '银','YIN '
 Union all select '鄞','YIN '
 Union all select '夤','YIN '
 Union all select '龈','YIN '
 Union all select '霪','YIN '
 Union all select '廴','JIAN '
 Union all select '尹','YIN '
 Union all select '引','YIN '
 Union all select '吲','YIN '
 Union all select '饮','YIN '
 Union all select '蚓','YIN '
 Union all select '隐','YIN '
 Union all select '瘾','YIN '
 Union all select '印','YIN '
 Union all select '茚','YIN '
 Union all select '胤','YIN '
 Union all select '应','YING '
 Union all select '英','YING '
 Union all select '莺','YING '
 Union all select '婴','YING '
 Union all select '瑛','YING '
 Union all select '嘤','YING '
 Union all select '撄','YING '
 Union all select '缨','YING '
 Union all select '罂','YING '
 Union all select '樱','YING '
 Union all select '璎','YING '
 Union all select '鹦','YING '
 Union all select '膺','YING '
 Union all select '鹰','YING '
 Union all select '迎','YING '
 Union all select '茔','YING '
 Union all select '盈','YING '
 Union all select '荥','YING '
 Union all select '荧','YING '
 Union all select '莹','YING '
 Union all select '萤','YING '
 Union all select '营','YING '
 Union all select '萦','YING '
 Union all select '楹','YING '
 Union all select '滢','YING '
 Union all select '蓥','YING '
 Union all select '潆','YING '
 Union all select '蝇','YING '
 Union all select '嬴','YING '
 Union all select '赢','YING '
 Union all select '瀛','YING '
 Union all select '郢','YING '
 Union all select '颍','YING '
 Union all select '颖','YING '
 Union all select '影','YING '
 Union all select '瘿','YING '
 Union all select '映','YING '
 Union all select '硬','YING '
 Union all select '媵','YING '
 Union all select '哟','YO '
 Union all select '唷','YO '
 Union all select '佣','YONG '
 Union all select '拥','YONG '
 Union all select '痈','YONG '
 Union all select '邕','YONG '
 Union all select '庸','YONG '
 Union all select '雍','YONG '
 Union all select '墉','YONG '
 Union all select '慵','YONG '
 Union all select '壅','YONG '
 Union all select '镛','YONG '
 Union all select '臃','YONG '
 Union all select '喁','YONG '
 Union all select '永','YONG '
 Union all select '甬','YONG '
 Union all select '咏','YONG '
 Union all select '泳','YONG '
 Union all select '俑','YONG '
 Union all select '勇','YONG '
 Union all select '涌','YONG '
 Union all select '恿','YONG '
 Union all select '蛹','YONG '
 Union all select '踊','YONG '
 Union all select '用','YONG '
 Union all select '优','YOU '
 Union all select '忧','YOU '
 Union all select '攸','YOU '
 Union all select '呦','YOU '
 Union all select '幽','YOU '
 Union all select '悠','YOU '
 Union all select '尢','YOU '
 Union all select '尤','YOU '
 Union all select '由','YOU '
 Union all select '犹','YOU '
 Union all select '邮','YOU '
 Union all select '油','YOU '
 Union all select '柚','YOU '
 Union all select '疣','YOU '
 Union all select '莜','YOU '
 Union all select '莸','YOU '
 Union all select '铀','YOU '
 Union all select '蚰','YOU '
 Union all select '游','YOU '
 Union all select '鱿','YOU '
 Union all select '猷','YOU '
 Union all select '蝣','YOU '
 Union all select '友','YOU '
 Union all select '有','YOU '
 Union all select '卣','YOU '
 Union all select '酉','YOU '
 Union all select '莠','YOU '
 Union all select '铕','YOU '
 Union all select '牖','YOU '
 Union all select '又','YOU '
 Union all select '右','YOU '
 Union all select '幼','YOU '
 Union all select '佑','YOU '
 Union all select '侑','YOU '
 Union all select '囿','YOU '
 Union all select '宥','YOU '
 Union all select '诱','YOU '
 Union all select '蚴','YOU '
 Union all select '釉','YOU '
 Union all select '纡','YU '
 Union all select '迂','YU '
 Union all select '淤','YU '
 Union all select '渝','YU '
 Union all select '瘀','YU '
 Union all select '于','YU '
 Union all select '予','YU '
 Union all select '余','YU '
 Union all select '妤','YU '
 Union all select '欤','YU '
 Union all select '於','YU '
 Union all select '盂','YU '
 Union all select '臾','YU '
 Union all select '鱼','YU '
 Union all select '俞','YU '
 Union all select '禺','YU '
 Union all select '竽','YU '
 Union all select '舁','YU '
 Union all select '娱','YU '
 Union all select '狳','YU '
 Union all select '谀','YU '
 Union all select '馀','YU '
 Union all select '渔','YU '
 Union all select '萸','YU '
 Union all select '隅','YU '
 Union all select '雩','YU '
 Union all select '嵛','YU '
 Union all select '愉','YU '
 Union all select '揄','YU '
 Union all select '腴','YU '
 Union all select '逾','YU '
 Union all select '愚','YU '
 Union all select '榆','YU '
 Union all select '瑜','YU '
 Union all select '虞','YU '
 Union all select '觎','YU '
 Union all select '窬','YU '
 Union all select '舆','YU '
 Union all select '蝓','YU '
 Union all select '与','YU '
 Union all select '伛','YU '
 Union all select '宇','YU '
 Union all select '屿','YU '
 Union all select '羽','YU '
 Union all select '雨','YU '
 Union all select '俣','YU '
 Union all select '禹','YU '
 Union all select '语','YU '
 Union all select '圄','YU '
 Union all select '圉','YU '
 Union all select '庾','YU '
 Union all select '瘐','YU '
 Union all select '窳','YU '
 Union all select '龉','YU '
 Union all select '玉','YU '
 Union all select '驭','YU '
 Union all select '吁','XU '
 Union all select '聿','YU '
 Union all select '芋','YU '
 Union all select '妪','YU '
 Union all select '饫','YU '
 Union all select '育','YU '
 Union all select '郁','YU '
 Union all select '昱','YU '
 Union all select '狱','YU '
 Union all select '峪','YU '
 Union all select '浴','YU '
 Union all select '钰','YU '
 Union all select '预','YU '
 Union all select '域','YU '
 Union all select '欲','YU '
 Union all select '谕','YU '
 Union all select '阈','YU '
 Union all select '喻','YU '
 Union all select '寓','YU '
 Union all select '御','YU '
 Union all select '裕','YU '
 Union all select '遇','YU '
 Union all select '鹆','YU '
 Union all select '愈','YU '
 Union all select '煜','YU '
 Union all select '蓣','YU '
 Union all select '誉','YU '
 Union all select '毓','YU '
 Union all select '蜮','YU '
 Union all select '豫','YU '
 Union all select '燠','YU '
 Union all select '鹬','YU '
 Union all select '鬻','YU '
 Union all select '鸢','YUAN '
 Union all select '冤','YUAN '
 Union all select '眢','YUAN '
 Union all select '鸳','YUAN '
 Union all select '渊','YUAN '
 Union all select '箢','WAN '
 Union all select '元','YUAN '
 Union all select '员','YUAN '
 Union all select '园','YUAN '
 Union all select '沅','YUAN '
 Union all select '垣','YUAN '
 Union all select '爰','YUAN '
 Union all select '原','YUAN '
 Union all select '圆','YUAN '
 Union all select '袁','YUAN '
 Union all select '援','YUAN '
 Union all select '缘','YUAN '
 Union all select '鼋','YUAN '
 Union all select '塬','YUAN '
 Union all select '源','YUAN '
 Union all select '猿','YUAN '
 Union all select '辕','YUAN '
 Union all select '圜','HUAN '
 Union all select '橼','YUAN '
 Union all select '螈','YUAN '
 Union all select '远','YUAN '
 Union all select '苑','YUAN '
 Union all select '怨','YUAN '
 Union all select '院','YUAN '
 Union all select '垸','YUAN '
 Union all select '媛','YUAN '
 Union all select '掾','YUAN '
 Union all select '瑗','YUAN '
 Union all select '愿','YUAN '
 Union all select '曰','YUE '
 Union all select '约','YUE '
 Union all select '月','YUE '
 Union all select '刖','YUE '
 Union all select '岳','YUE '
 Union all select '钥','YAO '
 Union all select '悦','YUE '
 Union all select '钺','YUE '
 Union all select '阅','YUE '
 Union all select '跃','YUE '
 Union all select '粤','YUE '
 Union all select '越','YUE '
 Union all select '樾','YUE '
 Union all select '龠','YUE '
 Union all select '瀹','YUE '
 Union all select '云','YUN '
 Union all select '匀','YUN '
 Union all select '纭','YUN '
 Union all select '芸','YUN '
 Union all select '昀','YUN '
 Union all select '郧','YUN '
 Union all select '耘','YUN '
 Union all select '氲','YUN '
 Union all select '允','YUN '
 Union all select '狁','YUN '
 Union all select '陨','YUN '
 Union all select '殒','YUN '
 Union all select '孕','YUN '
 Union all select '运','YUN '
 Union all select '郓','YUN '
 Union all select '恽','YUN '
 Union all select '晕','YUN '
 Union all select '酝','YUN '
 Union all select '愠','YUN '
 Union all select '韫','YUN '
 Union all select '韵','YUN '
 Union all select '熨','YUN '
 Union all select '蕴','YUN '
 Union all select '匝','ZA '
 Union all select '咂','ZA '
 Union all select '拶','ZA '
 Union all select '杂','ZA '
 Union all select '砸','ZA '
 Union all select '灾','ZAI '
 Union all select '甾','ZAI '
 Union all select '哉','ZAI '
 Union all select '栽','ZAI '
 Union all select '宰','ZAI '
 Union all select '载','ZAI '
 Union all select '崽','ZAI '
 Union all select '再','ZAI '
 Union all select '在','ZAI '
 Union all select '糌','ZAN '
 Union all select '簪','ZAN '
 Union all select '咱','ZAN '
 Union all select '昝','ZAN '
 Union all select '攒','ZAN '
 Union all select '趱','ZAN '
 Union all select '暂','ZAN '
 Union all select '赞','ZAN '
 Union all select '錾','ZAN '
 Union all select '瓒','ZAN '
 Union all select '赃','ZANG '
 Union all select '臧','ZANG '
 Union all select '驵','ZANG '
 Union all select '奘','ZANG '
 Union all select '脏','ZANG '
 Union all select '葬','ZANG '
 Union all select '遭','ZAO '
 Union all select '糟','ZAO '
 Union all select '凿','ZAO '
 Union all select '早','ZAO '
 Union all select '枣','ZAO '
 Union all select '蚤','ZAO '
 Union all select '澡','ZAO '
 Union all select '藻','ZAO '
 Union all select '灶','ZAO '
 Union all select '皂','ZAO '
 Union all select '唣','ZAO '
 Union all select '造','ZAO '
 Union all select '噪','ZAO '
 Union all select '燥','ZAO '
 Union all select '躁','ZAO '
 Union all select '则','ZE '
 Union all select '择','ZE '
 Union all select '泽','ZE '
 Union all select '责','ZE '
 Union all select '迮','ZE '
 Union all select '啧','ZE '
 Union all select '帻','ZE '
 Union all select '笮','ZE '
 Union all select '舴','ZE '
 Union all select '箦','ZE '
 Union all select '赜','ZE '
 Union all select '仄','ZE '
 Union all select '昃','ZE '
 Union all select '贼','ZEI '
 Union all select '怎','ZEN '
 Union all select '谮','ZEN '
 Union all select '曾','CENG '
 Union all select '增','ZENG '
 Union all select '憎','ZENG '
 Union all select '缯','ZENG '
 Union all select '罾','ZENG '
 Union all select '锃','ZENG '
 Union all select '甑','ZENG '
 Union all select '赠','ZENG '
 Union all select '吒','ZHA '
 Union all select '咋','ZA '
 Union all select '哳','ZHA '
 Union all select '喳','ZHA '
 Union all select '揸','ZHA '
 Union all select '渣','ZHA '
 Union all select '楂','ZHA '
 Union all select '扎','ZHA '
 Union all select '札','ZHA '
 Union all select '轧','ZHA '
 Union all select '闸','ZHA '
 Union all select '铡','ZHA '
 Union all select '眨','ZHA '
 Union all select '砟','ZHA '
 Union all select '乍','ZHA '
 Union all select '诈','ZHA '
 Union all select '咤','ZHA '
 Union all select '栅','SHAN '
 Union all select '炸','ZHA '
 Union all select '痄','ZHA '
 Union all select '蚱','ZHA '
 Union all select '榨','ZHA '
 Union all select '膪','CHUAI '
 Union all select '斋','ZHAI '
 Union all select '摘','ZHAI '
 Union all select '宅','ZHAI '
 Union all select '翟','ZHAI '
 Union all select '窄','ZHAI '
 Union all select '债','ZHAI '
 Union all select '砦','ZHAI '
 Union all select '寨','ZHAI '
 Union all select '瘵','ZHAI '
 Union all select '沾','ZHAN '
 Union all select '毡','ZHAN '
 Union all select '旃','ZHAN '
 Union all select '粘','ZHAN '
 Union all select '詹','ZHAN '
 Union all select '谵','ZHAN '
 Union all select '澶','CHAN '
 Union all select '瞻','ZHAN '
 Union all select '斩','ZHAN '
 Union all select '展','ZHAN '
 Union all select '盏','ZHAN '
 Union all select '崭','ZHAN '
 Union all select '搌','ZHAN '
 Union all select '辗','NIAN '
 Union all select '占','ZHAN '
 Union all select '战','ZHAN '
 Union all select '栈','ZHAN '
 Union all select '站','ZHAN '
 Union all select '绽','ZHAN '
 Union all select '湛','ZHAN '
 Union all select '骣','CHAN '
 Union all select '蘸','ZHAN '
 Union all select '张','ZHANG '
 Union all select '章','ZHANG '
 Union all select '鄣','ZHANG '
 Union all select '嫜','ZHANG '
 Union all select '彰','ZHANG '
 Union all select '漳','ZHANG '
 Union all select '獐','ZHANG '
 Union all select '樟','ZHANG '
 Union all select '璋','ZHANG '
 Union all select '蟑','ZHANG '
 Union all select '仉','ZHANG '
 Union all select '涨','ZHANG '
 Union all select '掌','ZHANG '
 Union all select '丈','ZHANG '
 Union all select '仗','ZHANG '
 Union all select '帐','ZHANG '
 Union all select '杖','ZHANG '
 Union all select '胀','ZHANG '
 Union all select '账','ZHANG '
 Union all select '障','ZHANG '
 Union all select '嶂','ZHANG '
 Union all select '幛','ZHANG '
 Union all select '瘴','ZHANG '
 Union all select '钊','ZHAO '
 Union all select '招','ZHAO '
 Union all select '昭','ZHAO '
 Union all select '啁','ZHOU '
 Union all select '找','ZHAO '
 Union all select '沼','ZHAO '
 Union all select '召','ZHAO '
 Union all select '兆','ZHAO '
 Union all select '诏','ZHAO '
 Union all select '赵','ZHAO '
 Union all select '笊','ZHAO '
 Union all select '棹','ZHAO '
 Union all select '照','ZHAO '
 Union all select '罩','ZHAO '
 Union all select '肇','ZHAO '
 Union all select '蜇','ZHE '
 Union all select '遮','ZHE '
 Union all select '折','ZHE '
 Union all select '哲','ZHE '
 Union all select '辄','ZHE '
 Union all select '蛰','ZHE '
 Union all select '谪','ZHE '
 Union all select '摺','ZHE '
 Union all select '磔','ZHE '
 Union all select '辙','ZHE '
 Union all select '者','ZHE '
 Union all select '锗','ZHE '--####
 insert #temph
  select '赭','ZHE '
 Union all select '褶','ZHE '
 Union all select '这','ZHE '
 Union all select '柘','ZHE '
 Union all select '浙','ZHE '
 Union all select '蔗','ZHE '
 Union all select '鹧','ZHE '
 Union all select '贞','ZHEN '
 Union all select '针','ZHEN '
 Union all select '侦','ZHEN '
 Union all select '浈','ZHEN '
 Union all select '珍','ZHEN '
 Union all select '桢','ZHEN '
 Union all select '真','ZHEN '
 Union all select '砧','ZHEN '
 Union all select '祯','ZHEN '
 Union all select '斟','ZHEN '
 Union all select '甄','ZHEN '
 Union all select '蓁','ZHEN '
 Union all select '榛','ZHEN '
 Union all select '箴','ZHEN '
 Union all select '臻','ZHEN '
 Union all select '诊','ZHEN '
 Union all select '枕','ZHEN '
 Union all select '胗','ZHEN '
 Union all select '轸','ZHEN '
 Union all select '畛','ZHEN '
 Union all select '疹','ZHEN '
 Union all select '缜','ZHEN '
 Union all select '稹','ZHEN '
 Union all select '圳','ZHEN '
 Union all select '阵','ZHEN '
 Union all select '鸩','ZHEN '
 Union all select '振','ZHEN '
 Union all select '朕','ZHEN '
 Union all select '赈','ZHEN '
 Union all select '镇','ZHEN '
 Union all select '震','ZHEN '
 Union all select '争','ZHENG '
 Union all select '征','ZHENG '
 Union all select '怔','ZHENG '
 Union all select '峥','ZHENG '
 Union all select '挣','ZHENG '
 Union all select '狰','ZHENG '
 Union all select '钲','ZHENG '
 Union all select '睁','ZHENG '
 Union all select '铮','ZHENG '
 Union all select '筝','ZHENG '
 Union all select '蒸','ZHENG '
 Union all select '徵','ZHENG '
 Union all select '拯','ZHENG '
 Union all select '整','ZHENG '
 Union all select '正','ZHENG '
 Union all select '证','ZHENG '
 Union all select '诤','ZHENG '
 Union all select '郑','ZHENG '
 Union all select '帧','ZHEN '
 Union all select '政','ZHENG '
 Union all select '症','ZHENG '
 Union all select '之','ZHI '
 Union all select '支','ZHI '
 Union all select '卮','ZHI '
 Union all select '汁','ZHI '
 Union all select '芝','ZHI '
 Union all select '吱','ZHI '
 Union all select '枝','ZHI '
 Union all select '知','ZHI '
 Union all select '织','ZHI '
 Union all select '肢','ZHI '
 Union all select '栀','ZHI '
 Union all select '祗','ZHI '
 Union all select '胝','ZHI '
 Union all select '脂','ZHI '
 Union all select '蜘','ZHI '
 Union all select '执','ZHI '
 Union all select '侄','ZHI '
 Union all select '直','ZHI '
 Union all select '值','ZHI '
 Union all select '埴','ZHI '
 Union all select '职','ZHI '
 Union all select '植','ZHI '
 Union all select '殖','ZHI '
 Union all select '絷','ZHI '
 Union all select '跖','ZHI '
 Union all select '摭','ZHI '
 Union all select '踯','ZHI '
 Union all select '夂','DONG '
 Union all select '止','ZHI '
 Union all select '只','ZHI '
 Union all select '旨','ZHI '
 Union all select '址','ZHI '
 Union all select '纸','ZHI '
 Union all select '芷','ZHI '
 Union all select '祉','ZHI '
 Union all select '咫','ZHI '
 Union all select '指','ZHI '
 Union all select '枳','ZHI '
 Union all select '轵','ZHI '
 Union all select '趾','ZHI '
 Union all select '黹','ZHI '
 Union all select '酯','ZHI '
 Union all select '至','ZHI '
 Union all select '志','ZHI '
 Union all select '忮','ZHI '
 Union all select '豸','ZHI '
 Union all select '制','ZHI '
 Union all select '帙','ZHI '
 Union all select '帜','ZHI '
 Union all select '治','ZHI '
 Union all select '炙','ZHI '
 Union all select '质','ZHI '
 Union all select '郅','ZHI '
 Union all select '峙','ZHI '
 Union all select '栉','ZHI '
 Union all select '陟','ZHI '
 Union all select '挚','ZHI '
 Union all select '桎','ZHI '
 Union all select '秩','ZHI '
 Union all select '致','ZHI '
 Union all select '贽','ZHI '
 Union all select '轾','ZHI '
 Union all select '掷','ZHI '
 Union all select '痔','ZHI '
 Union all select '窒','ZHI '
 Union all select '鸷','ZHI '
 Union all select '彘','ZHI '
 Union all select '智','ZHI '
 Union all select '滞','ZHI '
 Union all select '痣','ZHI '
 Union all select '蛭','ZHI '
 Union all select '骘','ZHI '
 Union all select '稚','ZHI '
 Union all select '置','ZHI '
 Union all select '雉','ZHI '
 Union all select '膣','ZHI '
 Union all select '觯','ZHI '
 Union all select '踬','ZHI '
 Union all select '中','ZHONG '
 Union all select '忠','ZHONG '
 Union all select '终','ZHONG '
 Union all select '盅','ZHONG '
 Union all select '钟','ZHONG '
 Union all select '舯','ZHONG '
 Union all select '衷','ZHONG '
 Union all select '锺','ZHONG '
 Union all select '螽','ZHONG '
 Union all select '肿','ZHONG '
 Union all select '种','ZHONG '
 Union all select '冢','ZHONG '
 Union all select '踵','ZHONG '
 Union all select '仲','ZHONG '
 Union all select '众','ZHONG '
 Union all select '重','ZHONG '
 Union all select '州','ZHOU '
 Union all select '舟','ZHOU '
 Union all select '诌','ZHOU '
 Union all select '周','ZHOU '
 Union all select '洲','ZHOU '
 Union all select '粥','ZHOU '
 Union all select '妯','ZHOU '
 Union all select '轴','ZHOU '
 Union all select '碡','ZHOU '
 Union all select '肘','ZHOU '
 Union all select '帚','ZHOU '
 Union all select '纣','ZHOU '
 Union all select '咒','ZHOU '
 Union all select '宙','ZHOU '
 Union all select '绉','ZHOU '
 Union all select '昼','ZHOU '
 Union all select '胄','ZHOU '
 Union all select '荮','ZHOU '
 Union all select '皱','ZHOU '
 Union all select '酎','ZHOU '
 Union all select '骤','ZHOU '
 Union all select '籀','ZHOU '
 Union all select '朱','ZHU '
 Union all select '侏','ZHU '
 Union all select '诛','ZHU '
 Union all select '邾','ZHU '
 Union all select '洙','ZHU '
 Union all select '茱','ZHU '
 Union all select '株','ZHU '
 Union all select '珠','ZHU '
 Union all select '诸','ZHU '
 Union all select '猪','ZHU '
 Union all select '铢','ZHU '
 Union all select '蛛','ZHU '
 Union all select '槠','ZHU '
 Union all select '潴','ZHU '
 Union all select '橥','ZHU '
 Union all select '竹','ZHU '
 Union all select '竺','ZHU '
 Union all select '烛','ZHU '
 Union all select '逐','ZHU '
 Union all select '舳','ZHU '
 Union all select '瘃','ZHU '
 Union all select '躅','ZHU '
 Union all select '丶','DIAN '
 Union all select '主','ZHU '
 Union all select '拄','ZHU '
 Union all select '渚','ZHU '
 Union all select '属','SHU '
 Union all select '煮','ZHU '
 Union all select '嘱','ZHU '
 Union all select '瞩','ZHU '
 Union all select '伫','ZHU '
 Union all select '住','ZHU '
 Union all select '助','ZHU '
 Union all select '苎','ZHU '
 Union all select '杼','ZHU '
 Union all select '注','ZHU '
 Union all select '贮','ZHU '
 Union all select '驻','ZHU '
 Union all select '柱','ZHU '
 Union all select '炷','ZHU '
 Union all select '祝','ZHU '
 Union all select '疰','ZHU '
 Union all select '著','ZHE '
 Union all select '蛀','ZHU '
 Union all select '筑','ZHU '
 Union all select '铸','ZHU '
 Union all select '箸','ZHU '
 Union all select '翥','ZHU '
 Union all select '抓','ZHUA '
 Union all select '爪','ZHAO '
 Union all select '拽','ZHUAI '
 Union all select '专','ZHUAN '
 Union all select '砖','ZHUAN '
 Union all select '颛','ZHUAN '
 Union all select '转','ZHUAN '
 Union all select '啭','ZHUAN '
 Union all select '赚','ZHUAN '
 Union all select '撰','ZHUAN '
 Union all select '篆','ZHUAN '
 Union all select '馔','ZHUAN '
 Union all select '妆','ZHUANG '
 Union all select '庄','ZHUANG '
 Union all select '桩','ZHUANG '
 Union all select '装','ZHUANG '
 Union all select '丬','JIANG '
 Union all select '壮','ZHUANG '
 Union all select '状','ZHUANG '
 Union all select '幢','ZHUANG '
 Union all select '撞','ZHUANG '
 Union all select '隹','ZHUI '
 Union all select '追','ZHUI '
 Union all select '骓','ZHUI '
 Union all select '椎','ZHUI '
 Union all select '锥','ZHUI '
 Union all select '坠','ZHUI '
 Union all select '缀','ZHUI '
 Union all select '惴','ZHUI '
 Union all select '缒','ZHUI '
 Union all select '赘','ZHUI '
 Union all select '肫','ZHUN '
 Union all select '窀','ZHUN '
 Union all select '谆','ZHUN '
 Union all select '准','ZHUN '
 Union all select '卓','ZHUO '
 Union all select '拙','ZHUO '
 Union all select '倬','ZHUO '
 Union all select '捉','ZHUO '
 Union all select '桌','ZHUO '
 Union all select '涿','ZHUO '
 Union all select '灼','ZHUO '
 Union all select '茁','ZHUO '
 Union all select '斫','ZHUO '
 Union all select '浊','ZHUO '
 Union all select '浞','ZHUO '
 Union all select '诼','ZHUO '
 Union all select '酌','ZHUO '
 Union all select '啄','ZHUO '
 Union all select '着','ZHE '
 Union all select '琢','ZHUO '
 Union all select '禚','ZHUO '
 Union all select '擢','ZHUO '
 Union all select '濯','ZHUO '
 Union all select '镯','ZHUO '
 Union all select '仔','ZAI '
 Union all select '孜','ZI '
 Union all select '兹','ZI '
 Union all select '咨','ZI '
 Union all select '姿','ZI '
 Union all select '赀','ZI '
 Union all select '资','ZI '
 Union all select '淄','ZI '
 Union all select '缁','ZI '
 Union all select '谘','ZI '
 Union all select '孳','ZI '
 Union all select '嵫','ZI '
 Union all select '滋','ZI '
 Union all select '粢','ZI '
 Union all select '辎','ZI '
 Union all select '觜','ZI '
 Union all select '趑','ZI '
 Union all select '锱','ZI '
 Union all select '龇','ZI '
 Union all select '鲻','ZI '
 Union all select '籽','ZI '
 Union all select '子','ZI '
 Union all select '姊','ZI '
 Union all select '秭','ZI '
 Union all select '耔','ZI '
 Union all select '笫','ZI '
 Union all select '梓','ZI '
 Union all select '紫','ZI '
 Union all select '滓','ZI '
 Union all select '訾','ZI '
 Union all select '字','ZI '
 Union all select '自','ZI '
 Union all select '恣','ZI '
 Union all select '渍','ZI '
 Union all select '眦','ZI '
 Union all select '宗','ZONG '
 Union all select '综','ZONG '
 Union all select '棕','ZONG '
 Union all select '腙','ZONG '
 Union all select '踪','ZONG '
 Union all select '鬃','ZONG '
 Union all select '总','ZONG '
 Union all select '偬','ZONG '
 Union all select '纵','ZONG '
 Union all select '粽','ZONG '
 Union all select '邹','JU '
 Union all select '驺','ZOU '
 Union all select '诹','ZOU '
 Union all select '陬','ZOU '
 Union all select '鄹','ZOU '
 Union all select '鲰','ZOU '
 Union all select '走','ZOU '
 Union all select '奏','ZOU '
 Union all select '揍','ZOU '
 Union all select '租','ZU '
 Union all select '菹','ZU '
 Union all select '足','ZU '
 Union all select '卒','ZU '
 Union all select '族','ZU '
 Union all select '镞','CHUO '
 Union all select '诅','ZU '
 Union all select '阻','ZU '
 Union all select '组','ZU '
 Union all select '俎','ZU '
 Union all select '祖','ZU '
 Union all select '躜','ZUAN '
 Union all select '缵','ZUAN '
 Union all select '纂','ZUAN '
 Union all select '钻','ZUAN '
 Union all select '攥','ZUAN '
 Union all select '嘴','ZUI '
 Union all select '最','ZUI '
 Union all select '罪','ZUI '
 Union all select '蕞','ZUI '
 Union all select '醉','ZUI '
 Union all select '尊','ZUN '
 Union all select '遵','ZUN '
 Union all select '樽','ZUN '
 Union all select '撙','ZUN '
 Union all select '昨','ZUO '
 Union all select '左','ZUO '
 Union all select '佐','ZUO '
 Union all select '作','ZUO '
 Union all select '坐','ZUO '
 Union all select '阼','ZUO '
 Union all select '怍','ZUO '
 Union all select '柞','ZHA '
 Union all select '祚','ZUO '
 Union all select '胙','ZUO '
 Union all select '唑','ZUO '
 Union all select '座','ZUO '
 Union all select '做','ZUO'

insert YingShe
select * from #tempa

insert YingShe
select * from #tempb

insert YingShe
select * from #tempc

insert YingShe
select * from #tempd

insert YingShe
select * from #tempe

insert YingShe
select * from #tempf

insert YingShe
select * from #tempg

insert YingShe
select * from #temph

drop table #tempa
drop table #tempb
drop table #tempc
drop table #tempd
drop table #tempe
drop table #tempf
drop table #tempg
drop table #temph
select * from YingShe


  create   function   f_getpyALL(@str varchar(100))  
  returns   varchar(8000) 
  as  
  begin
  declare @returnValue varchar(8000) 
  declare   @re   table(id   int,re   varchar(8000))    
   
  declare   @i   int,@ilen   int,@splitchr   varchar(1)  
  select   @splitchr='' ,@i=1,@ilen=len(@str)  
  insert   into   @re   select   @i,py   from   YingShe   where   chr=substring(@str,@i,1)  
  while   @i<@ilen  
   begin  
   set   @i=@i+1  
   insert   into   @re   select   @i,re+@splitchr+py   from   @re   a,YingShe   b  
   where   a.id=@i-1   and   b.chr=substring(@str,@i,1)  
   end  
    select  @returnValue= re   from   @re   where   id=@i  
    return  (@returnValue)  
  end  
  go  
   
 
   
  --测试  
  --返回'陕西省西安市'的所有可能拼音  
  select    dbo.f_getpyALL('陕西省西安市')  
   
 
  --删除表  
 -- drop   table   YingShe  
  --删除拼音函数  
 -- drop   function   f_getpyALL  
  drop   function   fGetPy