insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : OLD-CRC to : NEW-CRC" from catalogrepeat where Tag like 'crc' and data="OLD-CRC" update catalogrepeat set data = "NEW-CRC" where data = "OLD-CRC" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Aborigine, Oceania to : Asian; Pacific; Aboriginal" from catalogrepeat where Tag like 'crc' and data like 'aborigine, o%' update catalogrepeat set data = "Asian; Pacific; Aboriginal" where data = 'aborigine, o%' and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Acoma Pueblo (Native American) to : North American; Native American; Pueblo; Acoma" from catalogrepeat where Tag like 'crc' and data="Acoma Pueblo (Native American)" update catalogrepeat set data = "North American; Native American; Pueblo; Acoma" where data = "Acoma Pueblo (Native American)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa to : African" from catalogrepeat where Tag like 'crc' and data="Africa" update catalogrepeat set data = "African" where data = "Africa" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Burkina Faso to : African; Central African; Burkinabe " from catalogrepeat where Tag like 'crc' and data="Africa, Burkina Faso" update catalogrepeat set data = "African; Central African; Burkinabe " where data = "Africa, Burkina Faso" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Cameroon to : African; West African; Cameroonian" from catalogrepeat where Tag like 'crc' and data="Africa, Cameroon" update catalogrepeat set data = "African; West African; Cameroonian" where data = "Africa, Cameroon" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Democratic Republic of the Congo to : African; Central African; Congolese" from catalogrepeat where Tag like 'crc' and data="Africa, Democratic Republic of the Congo" update catalogrepeat set data = "African; Central African; Congolese" where data = "Africa, Democratic Republic of the Congo" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Democratic Republic of the Congo, Kwilu Pende to : African; Central African; Congolese; Kwilu Pende" from catalogrepeat where Tag like 'crc' and data="Africa, Democratic Republic of the Congo, Kwilu Pende" update catalogrepeat set data = "African; Central African; Congolese; Kwilu Pende" where data = "Africa, Democratic Republic of the Congo, Kwilu Pende" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Ivory Coast, Guro, southern area, 20th century to : African; West African; Ivorian; Guro" from catalogrepeat where Tag like 'crc' and data="Africa, Ivory Coast, Guro, southern area, 20th century" update catalogrepeat set data = "African; West African; Ivorian; Guro" where data = "Africa, Ivory Coast, Guro, southern area, 20th century" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Liberia to : African; West African; Liberian" from catalogrepeat where Tag like 'crc' and data="Africa, Liberia" update catalogrepeat set data = "African; West African; Liberian" where data = "Africa, Liberia" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Mali to : African; North African; Sahelese; Mali" from catalogrepeat where Tag like 'crc' and data="Africa, Mali" update catalogrepeat set data = "African; North African; Sahelese; Mali" where data = "Africa, Mali" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Mali, Bamana, 20th century to : African; North African; Sahelese; Mali; Bamana" from catalogrepeat where Tag like 'crc' and data="Africa, Mali, Bamana, 20th century" update catalogrepeat set data = "African; North African; Sahelese; Mali; Bamana" where data = "Africa, Mali, Bamana, 20th century" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Nigeria to : African; West African; Nigerian" from catalogrepeat where Tag like 'crc' and data="Africa, Nigeria" update catalogrepeat set data = "African; West African; Nigerian" where data = "Africa, Nigeria" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Republic of Mali to : African; North African; Sahelese; Mali" from catalogrepeat where Tag like 'crc' and data="Africa, Republic of Mali" update catalogrepeat set data = "African; North African; Sahelese; Mali" where data = "Africa, Republic of Mali" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Sierra Leone to : African; West African; Sierra Leonean" from catalogrepeat where Tag like 'crc' and data="Africa, Sierra Leone" update catalogrepeat set data = "African; West African; Sierra Leonean" where data = "Africa, Sierra Leone" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Africa, Tanzania to : African; East African; Tanzanian" from catalogrepeat where Tag like 'crc' and data="Africa, Tanzania" update catalogrepeat set data = "African; East African; Tanzanian" where data = "Africa, Tanzania" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : African; Central African; Zairian to : African; Central African; Congolese" from catalogrepeat where Tag like 'crc' and data="African; Central African; Zairian" update catalogrepeat set data = "African; Central African; Congolese" where data = "African; Central African; Zairian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : African; Central African; Zairian; Bembe to : African; Central African; Congolese; Bembe" from catalogrepeat where Tag like 'crc' and data="African; Central African; Zairian; Bembe" update catalogrepeat set data = "African; Central African; Congolese; Bembe" where data = "African; Central African; Zairian; Bembe" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : African; Central African; Zairian; Borna to : African; Central African; Congolese; Borna" from catalogrepeat where Tag like 'crc' and data="African; Central African; Zairian; Borna" update catalogrepeat set data = "African; Central African; Congolese; Borna" where data = "African; Central African; Zairian; Borna" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : African; Central African; Zairian; Mangbetu to : African; Central African; Congolese; Mangbetu" from catalogrepeat where Tag like 'crc' and data="African; Central African; Zairian; Mangbetu" update catalogrepeat set data = "African; Central African; Congolese; Mangbetu" where data = "African; Central African; Zairian; Mangbetu" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : African; Central African; Zairian; Ngbetu to : African; Central African; Congolese; Ngbetu" from catalogrepeat where Tag like 'crc' and data="African; Central African; Zairian; Ngbetu" update catalogrepeat set data = "African; Central African; Congolese; Ngbetu" where data = "African; Central African; Zairian; Ngbetu" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : African; West African; Yoruba to : African; West African; Nigerian; Yoruba" from catalogrepeat where Tag like 'crc' and data="African; West African; Yoruba" update catalogrepeat set data = "African; West African; Nigerian; Yoruba" where data = "African; West African; Yoruba" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Akha to : Asian; Southeast Asian; Akha" from catalogrepeat where Tag like 'crc' and data="Akha" update catalogrepeat set data = "Asian; Southeast Asian; Akha" where data = "Akha" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Alamannic to : European; Northern European; Alamannic" from catalogrepeat where Tag like 'crc' and data="Alamannic" update catalogrepeat set data = "European; Northern European; Alamannic" where data = "Alamannic" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Allemande to : European; Northern European; German" from catalogrepeat where Tag like 'crc' and data="Allemande" update catalogrepeat set data = "European; Northern European; German" where data = "Allemande" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Alsatian-French to : European; French; Alsatian" from catalogrepeat where Tag like 'crc' and data="Alsatian-French" update catalogrepeat set data = "European; French; Alsatian" where data = "Alsatian-French" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : America to : North American; American" from catalogrepeat where Tag like 'crc' and data="America" update catalogrepeat set data = "North American; American" where data = "America" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : AMERICAN to : North American; American" from catalogrepeat where Tag like 'crc' and data="AMERICAN" update catalogrepeat set data = "North American; American" where data = "AMERICAN" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : American to : North American; American" from catalogrepeat where Tag like 'crc' and data="American" update catalogrepeat set data = "North American; American" where data = "American" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : American, (United States) to : North American; American" from catalogrepeat where Tag like 'crc' and data="American, (United States)" update catalogrepeat set data = "North American; American" where data = "American, (United States)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : American, Amish to : North American; American; Amish" from catalogrepeat where Tag like 'crc' and data="American, Amish" update catalogrepeat set data = "North American; American; Amish" where data = "American, Amish" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : AMERICAN, MIDWESTERN to : North American; American; Midwestern" from catalogrepeat where Tag like 'crc' and data="AMERICAN, MIDWESTERN" update catalogrepeat set data = "North American; American; Midwestern" where data = "AMERICAN, MIDWESTERN" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : American, Pennsylvania German to : North American; American; Pennsylvania German" from catalogrepeat where Tag like 'crc' and data="American, Pennsylvania German" update catalogrepeat set data = "North American; American; Pennsylvania German" where data = "American, Pennsylvania German" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : AMERICAN? to : North American; American" from catalogrepeat where Tag like 'crc' and data="AMERICAN?" update catalogrepeat set data = "North American; American" where data = "AMERICAN?" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : American? to : North American; American" from catalogrepeat where Tag like 'crc' and data="American?" update catalogrepeat set data = "North American; American" where data = "American?" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Amricaine to : North American; American" from catalogrepeat where Tag like 'crc' and data="Amricaine" update catalogrepeat set data = "North American; American" where data = "Amricaine" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Angolan to : African; Central African; Angolan" from catalogrepeat where Tag like 'crc' and data="Angolan" update catalogrepeat set data = "African; Central African; Angolan" where data = "Angolan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Annamese to : Asian; Southeast Asian; Vietnamese; Annamese" from catalogrepeat where Tag like 'crc' and data="Annamese" update catalogrepeat set data = "Asian; Southeast Asian; Vietnamese; Annamese" where data = "Annamese" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Apulian to : European; Southern European; Apulian" from catalogrepeat where Tag like 'crc' and data="Apulian" update catalogrepeat set data = "European; Southern European; Apulian" where data = "Apulian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Argentine to : South American; Argentinian" from catalogrepeat where Tag like 'crc' and data="Argentine" update catalogrepeat set data = "South American; Argentinian" where data = "Argentine" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Asante to : African; West African; Ghanain; Ashanti" from catalogrepeat where Tag like 'crc' and data="Asante" update catalogrepeat set data = "African; West African; Ghanain; Ashanti" where data = "Asante" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Attic to : European; Southern European; Greek; Athenian" from catalogrepeat where Tag like 'crc' and data="Attic" update catalogrepeat set data = "European; Southern European; Greek; Athenian" where data = "Attic" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Australienne to : Australian" from catalogrepeat where Tag like 'crc' and data="Australienne" update catalogrepeat set data = "Australian" where data = "Australienne" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Austria to : European; Central European; Austrian" from catalogrepeat where Tag like 'crc' and data="Austria" update catalogrepeat set data = "European; Central European; Austrian" where data = "Austria" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Austrian to : European; Central European; Austrian" from catalogrepeat where Tag like 'crc' and data="Austrian" update catalogrepeat set data = "European; Central European; Austrian" where data = "Austrian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Austrian, Vienna to : European; Central European; Austrian; Viennese" from catalogrepeat where Tag like 'crc' and data="Austrian, Vienna" update catalogrepeat set data = "European; Central European; Austrian; Viennese" where data = "Austrian, Vienna" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Bamana to : African; North African; Sahelese; Mali; Bamana" from catalogrepeat where Tag like 'crc' and data="Bamana" update catalogrepeat set data = "African; North African; Sahelese; Mali; Bamana" where data = "Bamana" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Bamileke to : African; West African; Cameroonian; Bamileke" from catalogrepeat where Tag like 'crc' and data="Bamileke" update catalogrepeat set data = "African; West African; Cameroonian; Bamileke" where data = "Bamileke" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Bangladeshi to : Asian; Indian Sub-Continent; Bagaladeshi" from catalogrepeat where Tag like 'crc' and data="Bangladeshi" update catalogrepeat set data = "Asian; Indian Sub-Continent; Bagaladeshi" where data = "Bangladeshi" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Belge to : European; Belgian" from catalogrepeat where Tag like 'crc' and data="Belge" update catalogrepeat set data = "European; Belgian" where data = "Belge" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : BELGIAN to : European; Belgian" from catalogrepeat where Tag like 'crc' and data="BELGIAN" update catalogrepeat set data = "European; Belgian" where data = "BELGIAN" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Belgian to : European; Belgian" from catalogrepeat where Tag like 'crc' and data="Belgian" update catalogrepeat set data = "European; Belgian" where data = "Belgian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Belgium to : European; Belgian" from catalogrepeat where Tag like 'crc' and data="Belgium" update catalogrepeat set data = "European; Belgian" where data = "Belgium" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Benin to : African; West African; Benin" from catalogrepeat where Tag like 'crc' and data="Benin" update catalogrepeat set data = "African; West African; Benin" where data = "Benin" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Benin culture to : African; West African; Benin" from catalogrepeat where Tag like 'crc' and data="Benin culture" update catalogrepeat set data = "African; West African; Benin" where data = "Benin culture" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Bhutan to : Asian; Indian Sub-Continent; Bhutanese" from catalogrepeat where Tag like 'crc' and data="Bhutan" update catalogrepeat set data = "Asian; Indian Sub-Continent; Bhutanese" where data = "Bhutan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Boeotia, Greek to : European; Southern European; Greek; Boeotian" from catalogrepeat where Tag like 'crc' and data="Boeotia, Greek" update catalogrepeat set data = "European; Southern European; Greek; Boeotian" where data = "Boeotia, Greek" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Bohemian to : European; Central European; Bohemian" from catalogrepeat where Tag like 'crc' and data="Bohemian" update catalogrepeat set data = "European; Central European; Bohemian" where data = "Bohemian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Brazilian to : South American; Brazilian" from catalogrepeat where Tag like 'crc' and data="Brazilian" update catalogrepeat set data = "South American; Brazilian" where data = "Brazilian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Brescian to : European; Southern European; Italian; Brescian" from catalogrepeat where Tag like 'crc' and data="Brescian" update catalogrepeat set data = "European; Southern European; Italian; Brescian" where data = "Brescian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Britannique to : European; British" from catalogrepeat where Tag like 'crc' and data="Britannique" update catalogrepeat set data = "European; British" where data = "Britannique" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : BRITISH to : European; British" from catalogrepeat where Tag like 'crc' and data="BRITISH" update catalogrepeat set data = "European; British" where data = "BRITISH" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : British to : European; British" from catalogrepeat where Tag like 'crc' and data="British" update catalogrepeat set data = "European; British" where data = "British" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : British (active in France) to : European; British" from catalogrepeat where Tag like 'crc' and data="British (active in France)" update catalogrepeat set data = "European; British" where data = "British (active in France)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : British (England) to : European; British; English" from catalogrepeat where Tag like 'crc' and data="British (England)" update catalogrepeat set data = "European; British; English" where data = "British (England)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : British? to : European; British" from catalogrepeat where Tag like 'crc' and data="British?" update catalogrepeat set data = "European; British" where data = "British?" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Burma to : Asian; Southeast Asian; Burmese" from catalogrepeat where Tag like 'crc' and data="Burma" update catalogrepeat set data = "Asian; Southeast Asian; Burmese" where data = "Burma" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Byzantine to : Asian; Anatolian; Byzantine" from catalogrepeat where Tag like 'crc' and data="Byzantine" update catalogrepeat set data = "Asian; Anatolian; Byzantine" where data = "Byzantine" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Calima to : South American; Pre-Columbian; Caliman" from catalogrepeat where Tag like 'crc' and data="Calima" update catalogrepeat set data = "South American; Pre-Columbian; Caliman" where data = "Calima" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Cambodia to : Asian; Southeast Asian; Cambodian" from catalogrepeat where Tag like 'crc' and data="Cambodia" update catalogrepeat set data = "Asian; Southeast Asian; Cambodian" where data = "Cambodia" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Campanian to : European; Southern European; Greek; Campanian" from catalogrepeat where Tag like 'crc' and data="Campanian" update catalogrepeat set data = "European; Southern European; Greek; Campanian" where data = "Campanian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Canada; Dunne-Za to : North American; Canadian; Native American; Dunne-Za" from catalogrepeat where Tag like 'crc' and data="Canada; Dunne-Za" update catalogrepeat set data = "North American; Canadian; Native American; Dunne-Za" where data = "Canada; Dunne-Za" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Canadian to : North American; Canadian" from catalogrepeat where Tag like 'crc' and data="Canadian" update catalogrepeat set data = "North American; Canadian" where data = "Canadian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Canadian (Quebec) to : North American; Canadian; Quebecois" from catalogrepeat where Tag like 'crc' and data="Canadian (Quebec)" update catalogrepeat set data = "North American; Canadian; Quebecois" where data = "Canadian (Quebec)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Canadian ? to : North American; Canadian" from catalogrepeat where Tag like 'crc' and data="Canadian ?" update catalogrepeat set data = "North American; Canadian" where data = "Canadian ?" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Canadian, Northwest Coast region to : North American; Native American; Canadian; Northwest Coast" from catalogrepeat where Tag like 'crc' and data="Canadian, Northwest Coast region" update catalogrepeat set data = "North American; Native American; Canadian; Northwest Coast" where data = "Canadian, Northwest Coast region" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Canadienne to : North American; Canadian" from catalogrepeat where Tag like 'crc' and data="Canadienne" update catalogrepeat set data = "North American; Canadian" where data = "Canadienne" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Carchi to : North American; Central American; Ecuadorian; Carchi" from catalogrepeat where Tag like 'crc' and data="Carchi" update catalogrepeat set data = "North American; Central American; Ecuadorian; Carchi" where data = "Carchi" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Casas Grandes to : North American; Central American; Mesoamerican; Casas Grandes" from catalogrepeat where Tag like 'crc' and data="Casas Grandes" update catalogrepeat set data = "North American; Central American; Mesoamerican; Casas Grandes" where data = "Casas Grandes" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Caucasian to : Asian; Central Asian; Caucasus; Georgian" from catalogrepeat where Tag like 'crc' and data="Caucasian" update catalogrepeat set data = "Asian; Central Asian; Caucasus; Georgian" where data = "Caucasian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Central American to : North American; Central American" from catalogrepeat where Tag like 'crc' and data="Central American" update catalogrepeat set data = "North American; Central American" where data = "Central American" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Central Indian to : Asian; Indian Sub-Continent; Indian; Central Indian" from catalogrepeat where Tag like 'crc' and data="Central Indian" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Central Indian" where data = "Central Indian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Central Tibet to : Asian; Far East Asian; Tibetan" from catalogrepeat where Tag like 'crc' and data="Central Tibet" update catalogrepeat set data = "Asian; Far East Asian; Tibetan" where data = "Central Tibet" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Chancay to : South American; Pre-Columbian; Cuismancu" from catalogrepeat where Tag like 'crc' and data="Chancay" update catalogrepeat set data = "South American; Pre-Columbian; Cuismancu" where data = "Chancay" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Chavn to : South American; Pre-Columbian; Chayn" from catalogrepeat where Tag like 'crc' and data="Chavn" update catalogrepeat set data = "South American; Pre-Columbian; Chayn" where data = "Chavn" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Chilean to : South American; Chilean" from catalogrepeat where Tag like 'crc' and data="Chilean" update catalogrepeat set data = "South American; Chilean" where data = "Chilean" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Chim to : South American; Pre-Columbian; Chimu" from catalogrepeat where Tag like 'crc' and data="Chim" update catalogrepeat set data = "South American; Pre-Columbian; Chimu" where data = "Chim" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Chin to : Asian; Southeast Asian; Burmese; Chin" from catalogrepeat where Tag like 'crc' and data="Chin" update catalogrepeat set data = "Asian; Southeast Asian; Burmese; Chin" where data = "Chin" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China to : Asian; Far East Asian; Chinese" from catalogrepeat where Tag like 'crc' and data="China" update catalogrepeat set data = "Asian; Far East Asian; Chinese" where data = "China" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China, Hebei Province, Quyang County to : Asian; Far East Asian; Chinese; Hebei; Quyang" from catalogrepeat where Tag like 'crc' and data="China, Hebei Province, Quyang County" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Hebei; Quyang" where data = "China, Hebei Province, Quyang County" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China, Henan Province to : Asian; Far East Asian; Chinese; Henanese" from catalogrepeat where Tag like 'crc' and data="China, Henan Province" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Henanese" where data = "China, Henan Province" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China, Henan Province, Linru County to : Asian; Far East Asian; Chinese; Henanese; Linru" from catalogrepeat where Tag like 'crc' and data="China, Henan Province, Linru County" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Henanese; Linru" where data = "China, Henan Province, Linru County" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China, Jiangxi Province, Jingdezhen to : Asian; Far East Asian; Chinese; Jianqxi; Jingdezhen" from catalogrepeat where Tag like 'crc' and data="China, Jiangxi Province, Jingdezhen" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Jianqxi; Jingdezhen" where data = "China, Jiangxi Province, Jingdezhen" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China, Shaanxi Province, Tongchuan County to : Asian; Far East Asian; Chinese; Shaanxi; Tongchuan" from catalogrepeat where Tag like 'crc' and data="China, Shaanxi Province, Tongchuan County" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Shaanxi; Tongchuan" where data = "China, Shaanxi Province, Tongchuan County" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China, Shanxi Province, ancient state of Jin to : Asian; Far East Asian; Chinese; Shaanxi; Jin" from catalogrepeat where Tag like 'crc' and data="China, Shanxi Province, ancient state of Jin" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Shaanxi; Jin" where data = "China, Shanxi Province, ancient state of Jin" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China, Sichuan Province to : Asian; Far East Asian; Chinese; Sichuan" from catalogrepeat where Tag like 'crc' and data="China, Sichuan Province" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Sichuan" where data = "China, Sichuan Province" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China, Zhejiang Province to : Asian; Far East Asian; Chinese; Zhejiang" from catalogrepeat where Tag like 'crc' and data="China, Zhejiang Province" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Zhejiang" where data = "China, Zhejiang Province" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China, Zhejiang Province, Lin'an County to : Asian; Far East Asian; Chinese; Zhejiang; Lin'an" from catalogrepeat where Tag like 'crc' and data="China, Zhejiang Province, Lin'an County" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Zhejiang; Lin'an" where data = "China, Zhejiang Province, Lin'an County" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : China, Zhejiang Province, Longquan County to : Asian; Far East Asian; Chinese; Zhejiang; Longquan" from catalogrepeat where Tag like 'crc' and data="China, Zhejiang Province, Longquan County" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Zhejiang; Longquan" where data = "China, Zhejiang Province, Longquan County" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : CHINESE to : Asian; Far East Asian; Chinese" from catalogrepeat where Tag like 'crc' and data="CHINESE" update catalogrepeat set data = "Asian; Far East Asian; Chinese" where data = "CHINESE" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Chinese to : Asian; Far East Asian; Chinese" from catalogrepeat where Tag like 'crc' and data="Chinese" update catalogrepeat set data = "Asian; Far East Asian; Chinese" where data = "Chinese" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Chinese-Australian to : Australian; Chinese-Australian" from catalogrepeat where Tag like 'crc' and data="Chinese-Australian" update catalogrepeat set data = "Australian; Chinese-Australian" where data = "Chinese-Australian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Chiriqu to : North American; Central American; Mesoamerican; Panamanian; Chiriqui" from catalogrepeat where Tag like 'crc' and data="Chiriqu" update catalogrepeat set data = "North American; Central American; Mesoamerican; Panamanian; Chiriqui" where data = "Chiriqu" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Chupcuaro to : North American; Central American; Mesoamerican; Chupicuaroan" from catalogrepeat where Tag like 'crc' and data="Chupcuaro" update catalogrepeat set data = "North American; Central American; Mesoamerican; Chupicuaroan" where data = "Chupcuaro" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Cocl to : North American; Central American; Mesoamerican; Panamanian; Cocle" from catalogrepeat where Tag like 'crc' and data="Cocl" update catalogrepeat set data = "North American; Central American; Mesoamerican; Panamanian; Cocle" where data = "Cocl" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Colima to : North American; Central American; Mesoamerican; Colima" from catalogrepeat where Tag like 'crc' and data="Colima" update catalogrepeat set data = "North American; Central American; Mesoamerican; Colima" where data = "Colima" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Colima, Colima to : North American; Central American; Mesoamerican; Colima" from catalogrepeat where Tag like 'crc' and data="Colima, Colima" update catalogrepeat set data = "North American; Central American; Mesoamerican; Colima" where data = "Colima, Colima" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Congolese to : African; Central African; Congolese" from catalogrepeat where Tag like 'crc' and data="Congolese" update catalogrepeat set data = "African; Central African; Congolese" where data = "Congolese" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Costa Rica to : North American; Central American; Costa Rican" from catalogrepeat where Tag like 'crc' and data="Costa Rica" update catalogrepeat set data = "North American; Central American; Costa Rican" where data = "Costa Rica" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Costa Rican to : North American; Central American; Costa Rican" from catalogrepeat where Tag like 'crc' and data="Costa Rican" update catalogrepeat set data = "North American; Central American; Costa Rican" where data = "Costa Rican" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Cuban to : North American; Caribbean; Cuban" from catalogrepeat where Tag like 'crc' and data="Cuban" update catalogrepeat set data = "North American; Caribbean; Cuban" where data = "Cuban" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Culture unknown to : Unknown" from catalogrepeat where Tag like 'crc' and data="Culture unknown" update catalogrepeat set data = "Unknown" where data = "Culture unknown" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Czech to : European; Central European; Czech" from catalogrepeat where Tag like 'crc' and data="Czech" update catalogrepeat set data = "European; Central European; Czech" where data = "Czech" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : CZECHOSLOVAKIAN to : European; Central European; Czech" from catalogrepeat where Tag like 'crc' and data="CZECHOSLOVAKIAN" update catalogrepeat set data = "European; Central European; Czech" where data = "CZECHOSLOVAKIAN" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Czechoslovakian to : European; Central European; Czech" from catalogrepeat where Tag like 'crc' and data="Czechoslovakian" update catalogrepeat set data = "European; Central European; Czech" where data = "Czechoslovakian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Daghestan to : European; Eastern European; Russian; Dagestan" from catalogrepeat where Tag like 'crc' and data="Daghestan" update catalogrepeat set data = "European; Eastern European; Russian; Dagestan" where data = "Daghestan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Dan- Wobe to : African; West African; Dan- Wobe" from catalogrepeat where Tag like 'crc' and data="Dan- Wobe" update catalogrepeat set data = "African; West African; Dan- Wobe" where data = "Dan- Wobe" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : DANISH to : European; Scandinavian; Danish" from catalogrepeat where Tag like 'crc' and data="DANISH" update catalogrepeat set data = "European; Scandinavian; Danish" where data = "DANISH" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Danish to : European; Scandinavian; Danish" from catalogrepeat where Tag like 'crc' and data="Danish" update catalogrepeat set data = "European; Scandinavian; Danish" where data = "Danish" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Danoise to : European; Scandinavian; Danish" from catalogrepeat where Tag like 'crc' and data="Danoise" update catalogrepeat set data = "European; Scandinavian; Danish" where data = "Danoise" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Dayak to : Asian; Southeast Asian; Indonesian; Kalimantan; Dayak" from catalogrepeat where Tag like 'crc' and data="Dayak" update catalogrepeat set data = "Asian; Southeast Asian; Indonesian; Kalimantan; Dayak" where data = "Dayak" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Democratic Republic of Congo (Zaire) to : African; Central African; Congolese" from catalogrepeat where Tag like 'crc' and data="Democratic Republic of Congo (Zaire)" update catalogrepeat set data = "African; Central African; Congolese" where data = "Democratic Republic of Congo (Zaire)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Diqus to : North American; Central American; Mesoamerican; Panamanian; Diquis" from catalogrepeat where Tag like 'crc' and data="Diqus" update catalogrepeat set data = "North American; Central American; Mesoamerican; Panamanian; Diquis" where data = "Diqus" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : DUTCH to : European; Dutch" from catalogrepeat where Tag like 'crc' and data="DUTCH" update catalogrepeat set data = "European; Dutch" where data = "DUTCH" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Dutch to : European; Dutch" from catalogrepeat where Tag like 'crc' and data="Dutch" update catalogrepeat set data = "European; Dutch" where data = "Dutch" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : East Africa, Zulu to : African; Southern African; South African; Zulu" from catalogrepeat where Tag like 'crc' and data="East Africa, Zulu" update catalogrepeat set data = "African; Southern African; South African; Zulu" where data = "East Africa, Zulu" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Eastern Mediterranean to : European; Southern European; Roman Empire; Mediterranean;Eastern Mediterranean" from catalogrepeat where Tag like 'crc' and data="Eastern Mediterranean" update catalogrepeat set data = "European; Southern European; Roman Empire; Mediterranean;Eastern Mediterranean" where data = "Eastern Mediterranean" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Egyptian to : African; North African; Egyptian" from catalogrepeat where Tag like 'crc' and data="Egyptian" update catalogrepeat set data = "African; North African; Egyptian" where data = "Egyptian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Eket people to : African; West African; Nigerian; Akwa-Ibom; Eket" from catalogrepeat where Tag like 'crc' and data="Eket people" update catalogrepeat set data = "African; West African; Nigerian; Akwa-Ibom; Eket" where data = "Eket people" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : El Salvador to : North American; Central American; Salvadoran" from catalogrepeat where Tag like 'crc' and data="El Salvador" update catalogrepeat set data = "North American; Central American; Salvadoran" where data = "El Salvador" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Engish to : European; British; English" from catalogrepeat where Tag like 'crc' and data="Engish" update catalogrepeat set data = "European; British; English" where data = "Engish" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : England to : European; British; English" from catalogrepeat where Tag like 'crc' and data="England" update catalogrepeat set data = "European; British; English" where data = "England" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : ENGLISH to : European; British; English" from catalogrepeat where Tag like 'crc' and data="ENGLISH" update catalogrepeat set data = "European; British; English" where data = "ENGLISH" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : English to : European; British; English" from catalogrepeat where Tag like 'crc' and data="English" update catalogrepeat set data = "European; British; English" where data = "English" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : English (Quaker) to : European; British; English" from catalogrepeat where Tag like 'crc' and data="English (Quaker)" update catalogrepeat set data = "European; British; English" where data = "English (Quaker)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : English, active c. to : European; British; English" from catalogrepeat where Tag like 'crc' and data="English, active c." update catalogrepeat set data = "European; British; English" where data = "English, active c." and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : English? to : European; British; English" from catalogrepeat where Tag like 'crc' and data="English?" update catalogrepeat set data = "European; British; English" where data = "English?" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Espagnole to : European; Iberian; Spanish" from catalogrepeat where Tag like 'crc' and data="Espagnole" update catalogrepeat set data = "European; Iberian; Spanish" where data = "Espagnole" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Ethiopia to : African; East African; Ethiopian" from catalogrepeat where Tag like 'crc' and data="Ethiopia" update catalogrepeat set data = "African; East African; Ethiopian" where data = "Ethiopia" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Etruscan to : European; Southern European; Etruscan" from catalogrepeat where Tag like 'crc' and data="Etruscan" update catalogrepeat set data = "European; Southern European; Etruscan" where data = "Etruscan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : European to : European" from catalogrepeat where Tag like 'crc' and data="European" update catalogrepeat set data = "European" where data = "European" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : European; Alsatian to : European; French; Alsatian" from catalogrepeat where Tag like 'crc' and data="European; Alsatian" update catalogrepeat set data = "European; French; Alsatian" where data = "European; Alsatian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : European; Anglo-Norman to : European; Anglo-Norman" from catalogrepeat where Tag like 'crc' and data="European; Anglo-Norman" update catalogrepeat set data = "European; Anglo-Norman" where data = "European; Anglo-Norman" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : European; Anglo-Saxon to : European; Anglo-Saxon" from catalogrepeat where Tag like 'crc' and data="European; Anglo-Saxon" update catalogrepeat set data = "European; Anglo-Saxon" where data = "European; Anglo-Saxon" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : European; Low Countries to : European, Netherlandish" from catalogrepeat where Tag like 'crc' and data="European; Low Countries" update catalogrepeat set data = "European, Netherlandish" where data = "European; Low Countries" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : European; Netherlandish; Belgian to : European; Belgian" from catalogrepeat where Tag like 'crc' and data="European; Netherlandish; Belgian" update catalogrepeat set data = "European; Belgian" where data = "European; Netherlandish; Belgian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : European; Northern European; Danish to : European; Scandinavian; Danish" from catalogrepeat where Tag like 'crc' and data="European; Northern European; Danish" update catalogrepeat set data = "European; Scandinavian; Danish" where data = "European; Northern European; Danish" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Faliscan to : European; Southern European; Faliscan" from catalogrepeat where Tag like 'crc' and data="Faliscan" update catalogrepeat set data = "European; Southern European; Faliscan" where data = "Faliscan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Finland to : European; Scandinavian; Finnish" from catalogrepeat where Tag like 'crc' and data="Finland" update catalogrepeat set data = "European; Scandinavian; Finnish" where data = "Finland" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Flanders to : European; Flemish" from catalogrepeat where Tag like 'crc' and data="Flanders" update catalogrepeat set data = "European; Flemish" where data = "Flanders" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : FLEMISH to : European; Flemish" from catalogrepeat where Tag like 'crc' and data="FLEMISH" update catalogrepeat set data = "European; Flemish" where data = "FLEMISH" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Flemish to : European; Flemish" from catalogrepeat where Tag like 'crc' and data="Flemish" update catalogrepeat set data = "European; Flemish" where data = "Flemish" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Flemish? to : European; Flemish" from catalogrepeat where Tag like 'crc' and data="Flemish?" update catalogrepeat set data = "European; Flemish" where data = "Flemish?" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Franaise to : European; French" from catalogrepeat where Tag like 'crc' and data="Franaise" update catalogrepeat set data = "European; French" where data = "Franaise" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : France to : European; French" from catalogrepeat where Tag like 'crc' and data="France" update catalogrepeat set data = "European; French" where data = "France" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : France (?) to : European; French" from catalogrepeat where Tag like 'crc' and data="France (?)" update catalogrepeat set data = "European; French" where data = "France (?)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : FRENCH to : European; French" from catalogrepeat where Tag like 'crc' and data="FRENCH" update catalogrepeat set data = "European; French" where data = "FRENCH" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : French to : European; French" from catalogrepeat where Tag like 'crc' and data="French" update catalogrepeat set data = "European; French" where data = "French" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : French? to : European; French" from catalogrepeat where Tag like 'crc' and data="French?" update catalogrepeat set data = "European; French" where data = "French?" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Gabon, Sogo to : African; Central African; Gabonese; Sango" from catalogrepeat where Tag like 'crc' and data="Gabon, Sogo" update catalogrepeat set data = "African; Central African; Gabonese; Sango" where data = "Gabon, Sogo" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Gallizano to : South American; Pre-Columbian; Inca; Gallizano" from catalogrepeat where Tag like 'crc' and data="Gallizano" update catalogrepeat set data = "South American; Pre-Columbian; Inca; Gallizano" where data = "Gallizano" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : GERMAN to : European; Northern European; German" from catalogrepeat where Tag like 'crc' and data="GERMAN" update catalogrepeat set data = "European; Northern European; German" where data = "GERMAN" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : German to : European; Northern European; German" from catalogrepeat where Tag like 'crc' and data="German" update catalogrepeat set data = "European; Northern European; German" where data = "German" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : German (Franconia) to : European; Northern European; German; Franconian" from catalogrepeat where Tag like 'crc' and data="German (Franconia)" update catalogrepeat set data = "European; Northern European; German; Franconian" where data = "German (Franconia)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : German (Franconian) to : European; Northern European; German; Franconian" from catalogrepeat where Tag like 'crc' and data="German (Franconian)" update catalogrepeat set data = "European; Northern European; German; Franconian" where data = "German (Franconian)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : German (Swabia) to : European; Northern European; German; Swabian" from catalogrepeat where Tag like 'crc' and data="German (Swabia)" update catalogrepeat set data = "European; Northern European; German; Swabian" where data = "German (Swabia)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : German? to : European; Northern European; German" from catalogrepeat where Tag like 'crc' and data="German?" update catalogrepeat set data = "European; Northern European; German" where data = "German?" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Ghana, Asante to : African; West African; Ghanain; Ashanti" from catalogrepeat where Tag like 'crc' and data="Ghana, Asante" update catalogrepeat set data = "African; West African; Ghanain; Ashanti" where data = "Ghana, Asante" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Ghanaian to : African; West African; Ghanain" from catalogrepeat where Tag like 'crc' and data="Ghanaian" update catalogrepeat set data = "African; West African; Ghanain" where data = "Ghanaian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Greco-Roman to : European; Southern European; Greco-Roman" from catalogrepeat where Tag like 'crc' and data="Greco-Roman" update catalogrepeat set data = "European; Southern European; Greco-Roman" where data = "Greco-Roman" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Grecque to : European; Southern European; Greek" from catalogrepeat where Tag like 'crc' and data="Grecque" update catalogrepeat set data = "European; Southern European; Greek" where data = "Grecque" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Greek to : European; Southern European; Greek" from catalogrepeat where Tag like 'crc' and data="Greek" update catalogrepeat set data = "European; Southern European; Greek" where data = "Greek" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Greek (Paestan) to : European; Southern European; Greek; Paestan" from catalogrepeat where Tag like 'crc' and data="Greek (Paestan)" update catalogrepeat set data = "European; Southern European; Greek; Paestan" where data = "Greek (Paestan)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Greek, Corinthian to : European; Southern European; Greek; Corinthian" from catalogrepeat where Tag like 'crc' and data="Greek, Corinthian" update catalogrepeat set data = "European; Southern European; Greek; Corinthian" where data = "Greek, Corinthian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Greek, Gnathian to : European; Southern European; Greek Empire; Italian; Apulian; Brindisi; Gnathian" from catalogrepeat where Tag like 'crc' and data="Greek, Gnathian" update catalogrepeat set data = "European; Southern European; Greek Empire; Italian; Apulian; Brindisi; Gnathian" where data = "Greek, Gnathian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Greek, South Italian to : European; Southern European; Greek Empire; Italian" from catalogrepeat where Tag like 'crc' and data="Greek, South Italian" update catalogrepeat set data = "European; Southern European; Greek Empire; Italian" where data = "Greek, South Italian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Greek/ South Italian to : European; Southern European; Greek Empire; Italian" from catalogrepeat where Tag like 'crc' and data="Greek/ South Italian" update catalogrepeat set data = "European; Southern European; Greek Empire; Italian" where data = "Greek/ South Italian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Guangala (?) to : North American; Central American; Mesoamerican; Guangala" from catalogrepeat where Tag like 'crc' and data="Guangala (?)" update catalogrepeat set data = "North American; Central American; Mesoamerican; Guangala" where data = "Guangala (?)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Guatemala to : North American; Central American; Guatemalan" from catalogrepeat where Tag like 'crc' and data="Guatemala" update catalogrepeat set data = "North American; Central American; Guatemalan" where data = "Guatemala" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Guatemala (?) to : North American; Central American; Guatemalan" from catalogrepeat where Tag like 'crc' and data="Guatemala (?)" update catalogrepeat set data = "North American; Central American; Guatemalan" where data = "Guatemala (?)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Guatemalan to : North American; Central American; Guatemalan" from catalogrepeat where Tag like 'crc' and data="Guatemalan" update catalogrepeat set data = "North American; Central American; Guatemalan" where data = "Guatemalan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Guinean to : African; West African; Guinean" from catalogrepeat where Tag like 'crc' and data="Guinean" update catalogrepeat set data = "African; West African; Guinean" where data = "Guinean" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Haida, Northwest Coast region to : North American; Native American; Haida" from catalogrepeat where Tag like 'crc' and data="Haida, Northwest Coast region" update catalogrepeat set data = "North American; Native American; Haida" where data = "Haida, Northwest Coast region" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Hazara to : Asian; Central Asian; Afghan; Hazara" from catalogrepeat where Tag like 'crc' and data="Hazara" update catalogrepeat set data = "Asian; Central Asian; Afghan; Hazara" where data = "Hazara" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Holland to : European; Dutch" from catalogrepeat where Tag like 'crc' and data="Holland" update catalogrepeat set data = "European; Dutch" where data = "Holland" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Hollandaise to : European; Dutch" from catalogrepeat where Tag like 'crc' and data="Hollandaise" update catalogrepeat set data = "European; Dutch" where data = "Hollandaise" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Hongroise to : European; Central European; Hungarian" from catalogrepeat where Tag like 'crc' and data="Hongroise" update catalogrepeat set data = "European; Central European; Hungarian" where data = "Hongroise" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Hopi (Native American) to : North American; Native American; Pueblo; Hopi" from catalogrepeat where Tag like 'crc' and data="Hopi (Native American)" update catalogrepeat set data = "North American; Native American; Pueblo; Hopi" where data = "Hopi (Native American)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Hopi Pueblo (Native American) to : North American; Native American; Pueblo; Hopi" from catalogrepeat where Tag like 'crc' and data="Hopi Pueblo (Native American)" update catalogrepeat set data = "North American; Native American; Pueblo; Hopi" where data = "Hopi Pueblo (Native American)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Hungarian to : European; Central European; Hungarian" from catalogrepeat where Tag like 'crc' and data="Hungarian" update catalogrepeat set data = "European; Central European; Hungarian" where data = "Hungarian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Iatmul, Middle Sepik River, Papua New Guinea, Palembai Village to : Asian; Pacific; Melanesian; New Guinean; Papuan; Iatmul" from catalogrepeat where Tag like 'crc' and data="Iatmul, Middle Sepik River, Papua New Guinea, Palembai Village" update catalogrepeat set data = "Asian; Pacific; Melanesian; New Guinean; Papuan; Iatmul" where data = "Iatmul, Middle Sepik River, Papua New Guinea, Palembai Village" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Ida ou Nadif, Central Anti Atlas to : African; North African; Moroccan; Anti Atlas; Ida ou Nadif" from catalogrepeat where Tag like 'crc' and data="Ida ou Nadif, Central Anti Atlas" update catalogrepeat set data = "African; North African; Moroccan; Anti Atlas; Ida ou Nadif" where data = "Ida ou Nadif, Central Anti Atlas" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Igala to : African; West African; Nigerian; Igala" from catalogrepeat where Tag like 'crc' and data="Igala" update catalogrepeat set data = "African; West African; Nigerian; Igala" where data = "Igala" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Inca to : South American; Pre-Columbian; Inca" from catalogrepeat where Tag like 'crc' and data="Inca" update catalogrepeat set data = "South American; Pre-Columbian; Inca" where data = "Inca" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India to : Asian; Indian Sub-Continent; Indian" from catalogrepeat where Tag like 'crc' and data="India" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian" where data = "India" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Bihar to : Asian; Indian Sub-Continent; Indian; Bihari" from catalogrepeat where Tag like 'crc' and data="India, Bihar" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Bihari" where data = "India, Bihar" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Deccan region to : Asian; Indian Sub-Continent; Indian; Deccan" from catalogrepeat where Tag like 'crc' and data="India, Deccan region" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Deccan" where data = "India, Deccan region" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Gujarat to : Asian; Indian Sub-Continent; Indian; Gujarat" from catalogrepeat where Tag like 'crc' and data="India, Gujarat" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Gujarat" where data = "India, Gujarat" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Himachel Pradesh to : Asian; Indian Sub-Continent; Indian; Himachal Pradesh" from catalogrepeat where Tag like 'crc' and data="India, Himachel Pradesh" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Himachal Pradesh" where data = "India, Himachel Pradesh" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Madhya Pradesh, to : Asian; Indian Sub-Continent; Indian; Madhya Pradesh" from catalogrepeat where Tag like 'crc' and data="India, Madhya Pradesh," update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Madhya Pradesh" where data = "India, Madhya Pradesh," and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Maharashtra, Ahmadnagar to : Asian; Indian Sub-Continent; Indian; Maharashtra; Ahmadnagar" from catalogrepeat where Tag like 'crc' and data="India, Maharashtra, Ahmadnagar" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Maharashtra; Ahmadnagar" where data = "India, Maharashtra, Ahmadnagar" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Northern, Uttar Pradesh to : Asian; Indian Sub-Continent; Indian; Uttar Pradesh" from catalogrepeat where Tag like 'crc' and data="India, Northern, Uttar Pradesh" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Uttar Pradesh" where data = "India, Northern, Uttar Pradesh" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Orissa to : Asian; Indian Sub-Continent; Indian; Orissa" from catalogrepeat where Tag like 'crc' and data="India, Orissa" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Orissa" where data = "India, Orissa" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Panjab plains to : Asian; Indian Sub-Continent; Indian; Punjabi" from catalogrepeat where Tag like 'crc' and data="India, Panjab plains" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Punjabi" where data = "India, Panjab plains" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Rajasthan to : Asian; Indian Sub-Continent; Indian; Rajasthani" from catalogrepeat where Tag like 'crc' and data="India, Rajasthan" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Rajasthani" where data = "India, Rajasthan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Rajasthan or Northern Deccan, 18th century to : Asian; Indian Sub-Continent; Indian; Rajasthani" from catalogrepeat where Tag like 'crc' and data="India, Rajasthan or Northern Deccan, 18th century" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Rajasthani" where data = "India, Rajasthan or Northern Deccan, 18th century" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, South, Karnataka to : Asian; Indian Sub-Continent; Indian; Karnatakan" from catalogrepeat where Tag like 'crc' and data="India, South, Karnataka" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Karnatakan" where data = "India, South, Karnataka" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Tamil Nadu to : Asian; Indian Sub-Continent; Indian; Tamil Nadu" from catalogrepeat where Tag like 'crc' and data="India, Tamil Nadu" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Tamil Nadu" where data = "India, Tamil Nadu" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Tamil Nadu, to : Asian; Indian Sub-Continent; Indian; Tamil Nadu" from catalogrepeat where Tag like 'crc' and data="India, Tamil Nadu," update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Tamil Nadu" where data = "India, Tamil Nadu," and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Vanarsi to : Asian; Indian Sub-Continent; Indian; Vanarsi" from catalogrepeat where Tag like 'crc' and data="India, Vanarsi" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Vanarsi" where data = "India, Vanarsi" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, West Bengal, Kolkata [Calcutta] to : Asian; Indian Sub-Continent; Indian; Calcutta" from catalogrepeat where Tag like 'crc' and data="India, West Bengal, Kolkata [Calcutta]" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Calcutta" where data = "India, West Bengal, Kolkata [Calcutta]" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : India, Western to : Asian; Indian Sub-Continent; Indian; Western Indian" from catalogrepeat where Tag like 'crc' and data="India, Western" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Western Indian" where data = "India, Western" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Indian to : Asian; Indian Sub-Continent; Indian" from catalogrepeat where Tag like 'crc' and data="Indian" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian" where data = "Indian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Indian, Rajasthani to : Asian; Indian Sub-Continent; Indian; Rajasthani" from catalogrepeat where Tag like 'crc' and data="Indian, Rajasthani" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Rajasthani" where data = "Indian, Rajasthani" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Indonesia to : Asian; Southeast Asian; Indonesian" from catalogrepeat where Tag like 'crc' and data="Indonesia" update catalogrepeat set data = "Asian; Southeast Asian; Indonesian" where data = "Indonesia" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Indonesia, Bali to : Asian; Southeast Asian; Indonesian; Balinese" from catalogrepeat where Tag like 'crc' and data="Indonesia, Bali" update catalogrepeat set data = "Asian; Southeast Asian; Indonesian; Balinese" where data = "Indonesia, Bali" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Indonesia, Bali, Tartanandi to : Asian; Southeast Asian; Indonesian; Balinese; Tartanandi" from catalogrepeat where Tag like 'crc' and data="Indonesia, Bali, Tartanandi" update catalogrepeat set data = "Asian; Southeast Asian; Indonesian; Balinese; Tartanandi" where data = "Indonesia, Bali, Tartanandi" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Indonesian to : Asian; Southeast Asian; Indonesian" from catalogrepeat where Tag like 'crc' and data="Indonesian" update catalogrepeat set data = "Asian; Southeast Asian; Indonesian" where data = "Indonesian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Inka to : South American; Pre-Columbian; Inca" from catalogrepeat where Tag like 'crc' and data="Inka" update catalogrepeat set data = "South American; Pre-Columbian; Inca" where data = "Inka" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Ionia, Greek to : European; Southern European; Greek; Ionian" from catalogrepeat where Tag like 'crc' and data="Ionia, Greek" update catalogrepeat set data = "European; Southern European; Greek; Ionian" where data = "Ionia, Greek" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Iran to : Asian; Middle Eastern; Persian" from catalogrepeat where Tag like 'crc' and data="Iran" update catalogrepeat set data = "Asian; Middle Eastern; Persian" where data = "Iran" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Iranian to : Asian; Middle Eastern; Persian" from catalogrepeat where Tag like 'crc' and data="Iranian" update catalogrepeat set data = "Asian; Middle Eastern; Persian" where data = "Iranian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Iraqi to : Asian; Middle Eastern; Iraqi" from catalogrepeat where Tag like 'crc' and data="Iraqi" update catalogrepeat set data = "Asian; Middle Eastern; Iraqi" where data = "Iraqi" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Irish to : European; British; Irish" from catalogrepeat where Tag like 'crc' and data="Irish" update catalogrepeat set data = "European; British; Irish" where data = "Irish" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Islandaise to : European; Icelandic" from catalogrepeat where Tag like 'crc' and data="Islandaise" update catalogrepeat set data = "European; Icelandic" where data = "Islandaise" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Israeli to : Asian; Middle Eastern; Israeli" from catalogrepeat where Tag like 'crc' and data="Israeli" update catalogrepeat set data = "Asian; Middle Eastern; Israeli" where data = "Israeli" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Isralienne to : Asian; Middle Eastern; Israeli" from catalogrepeat where Tag like 'crc' and data="Isralienne" update catalogrepeat set data = "Asian; Middle Eastern; Israeli" where data = "Isralienne" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : ITALIAN to : European; Southern European; Italian" from catalogrepeat where Tag like 'crc' and data="ITALIAN" update catalogrepeat set data = "European; Southern European; Italian" where data = "ITALIAN" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian to : European; Southern European; Italian" from catalogrepeat where Tag like 'crc' and data="Italian" update catalogrepeat set data = "European; Southern European; Italian" where data = "Italian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Bolognese) to : European; Southern European; Italian; Bolognese" from catalogrepeat where Tag like 'crc' and data="Italian (Bolognese)" update catalogrepeat set data = "European; Southern European; Italian; Bolognese" where data = "Italian (Bolognese)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Ferrarese) to : European; Southern European; Italian; Ferrarese" from catalogrepeat where Tag like 'crc' and data="Italian (Ferrarese)" update catalogrepeat set data = "European; Southern European; Italian; Ferrarese" where data = "Italian (Ferrarese)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Florentine) to : European; Southern European; Italian; Florentine" from catalogrepeat where Tag like 'crc' and data="Italian (Florentine)" update catalogrepeat set data = "European; Southern European; Italian; Florentine" where data = "Italian (Florentine)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Lombardy) to : European; Southern European; Italian; Lombard" from catalogrepeat where Tag like 'crc' and data="Italian (Lombardy)" update catalogrepeat set data = "European; Southern European; Italian; Lombard" where data = "Italian (Lombardy)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Milanese) to : European; Southern European; Italian; Milanese" from catalogrepeat where Tag like 'crc' and data="Italian (Milanese)" update catalogrepeat set data = "European; Southern European; Italian; Milanese" where data = "Italian (Milanese)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Neapolitan) to : European; Southern European; Italian; Neopolitan" from catalogrepeat where Tag like 'crc' and data="Italian (Neapolitan)" update catalogrepeat set data = "European; Southern European; Italian; Neopolitan" where data = "Italian (Neapolitan)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Roman) to : European; Southern European; Italian; Roman" from catalogrepeat where Tag like 'crc' and data="Italian (Roman)" update catalogrepeat set data = "European; Southern European; Italian; Roman" where data = "Italian (Roman)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Rome), Rome to : European; Southern European; Italian; Roman" from catalogrepeat where Tag like 'crc' and data="Italian (Rome), Rome" update catalogrepeat set data = "European; Southern European; Italian; Roman" where data = "Italian (Rome), Rome" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Sienese) to : European; Southern European; Italian; Sienese" from catalogrepeat where Tag like 'crc' and data="Italian (Sienese)" update catalogrepeat set data = "European; Southern European; Italian; Sienese" where data = "Italian (Sienese)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Umbrian) to : European; Southern European; Italian; Umbrian" from catalogrepeat where Tag like 'crc' and data="Italian (Umbrian)" update catalogrepeat set data = "European; Southern European; Italian; Umbrian" where data = "Italian (Umbrian)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italian (Venetian) to : European; Southern European; Italian; Venetian" from catalogrepeat where Tag like 'crc' and data="Italian (Venetian)" update catalogrepeat set data = "European; Southern European; Italian; Venetian" where data = "Italian (Venetian)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italic, Etruscan to : European; Southern European; Etruscan" from catalogrepeat where Tag like 'crc' and data="Italic, Etruscan" update catalogrepeat set data = "European; Southern European; Etruscan" where data = "Italic, Etruscan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italienne to : European; Southern European; Italian" from catalogrepeat where Tag like 'crc' and data="Italienne" update catalogrepeat set data = "European; Southern European; Italian" where data = "Italienne" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italy to : European; Southern European; Italian" from catalogrepeat where Tag like 'crc' and data="Italy" update catalogrepeat set data = "European; Southern European; Italian" where data = "Italy" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italy, Etruscan to : European; Southern European; Etruscan" from catalogrepeat where Tag like 'crc' and data="Italy, Etruscan" update catalogrepeat set data = "European; Southern European; Etruscan" where data = "Italy, Etruscan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italy, Milan to : European; Southern European; Italian; Milanese" from catalogrepeat where Tag like 'crc' and data="Italy, Milan" update catalogrepeat set data = "European; Southern European; Italian; Milanese" where data = "Italy, Milan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italy, Northern Region to : European; Southern European; Italian" from catalogrepeat where Tag like 'crc' and data="Italy, Northern Region" update catalogrepeat set data = "European; Southern European; Italian" where data = "Italy, Northern Region" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Italy, Umbria, Perugia to : European; Southern European; Italian; Umbrian; Perugian" from catalogrepeat where Tag like 'crc' and data="Italy, Umbria, Perugia" update catalogrepeat set data = "European; Southern European; Italian; Umbrian; Perugian" where data = "Italy, Umbria, Perugia" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Ivorian to : African; West African; Ivorian" from catalogrepeat where Tag like 'crc' and data="Ivorian" update catalogrepeat set data = "African; West African; Ivorian" where data = "Ivorian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Ivory Coast, Baule to : African; West African; Ivorian" from catalogrepeat where Tag like 'crc' and data="Ivory Coast, Baule" update catalogrepeat set data = "African; West African; Ivorian" where data = "Ivory Coast, Baule" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Jain to : Asian; Indian Sub-Continent; Indian; Jain" from catalogrepeat where Tag like 'crc' and data="Jain" update catalogrepeat set data = "Asian; Indian Sub-Continent; Indian; Jain" where data = "Jain" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Jalisco/Nayarit to : North American; Central American; Mesoamerican; Mexican; Nayarit" from catalogrepeat where Tag like 'crc' and data="Jalisco/Nayarit" update catalogrepeat set data = "North American; Central American; Mesoamerican; Mexican; Nayarit" where data = "Jalisco/Nayarit" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Japan to : Asian; Far East Asian; Japanese" from catalogrepeat where Tag like 'crc' and data="Japan" update catalogrepeat set data = "Asian; Far East Asian; Japanese" where data = "Japan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Japanese to : Asian; Far East Asian; Japanese" from catalogrepeat where Tag like 'crc' and data="Japanese" update catalogrepeat set data = "Asian; Far East Asian; Japanese" where data = "Japanese" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Kampuchea (Cambodia), Khmer empire to : Asian; Southeast Asian; Cambodian; Khmer" from catalogrepeat where Tag like 'crc' and data="Kampuchea (Cambodia), Khmer empire" update catalogrepeat set data = "Asian; Southeast Asian; Cambodian; Khmer" where data = "Kampuchea (Cambodia), Khmer empire" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Khmer to : Asian; Southeast Asian; Cambodian; Khmer" from catalogrepeat where Tag like 'crc' and data="Khmer" update catalogrepeat set data = "Asian; Southeast Asian; Cambodian; Khmer" where data = "Khmer" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Kongo people to : African; Central African; Congolese; Kongo" from catalogrepeat where Tag like 'crc' and data="Kongo people" update catalogrepeat set data = "African; Central African; Congolese; Kongo" where data = "Kongo people" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Korea to : Asian; Far East Asian; Korean" from catalogrepeat where Tag like 'crc' and data="Korea" update catalogrepeat set data = "Asian; Far East Asian; Korean" where data = "Korea" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Korean to : Asian; Far East Asian; Korean" from catalogrepeat where Tag like 'crc' and data="Korean" update catalogrepeat set data = "Asian; Far East Asian; Korean" where data = "Korean" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Kuba to : African; Central African; Congolese; Kuba" from catalogrepeat where Tag like 'crc' and data="Kuba" update catalogrepeat set data = "African; Central African; Congolese; Kuba" where data = "Kuba" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Kuba (Caucasus) to : African; Central Asian; Kuba" from catalogrepeat where Tag like 'crc' and data="Kuba (Caucasus)" update catalogrepeat set data = "African; Central Asian; Kuba" where data = "Kuba (Caucasus)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Lakota (Sioux), Great Plains region to : North American; Native American; Sioux; Lakota" from catalogrepeat where Tag like 'crc' and data="Lakota (Sioux), Great Plains region" update catalogrepeat set data = "North American; Native American; Sioux; Lakota" where data = "Lakota (Sioux), Great Plains region" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Laos to : Asian; Southeast Asian; Laotian" from catalogrepeat where Tag like 'crc' and data="Laos" update catalogrepeat set data = "Asian; Southeast Asian; Laotian" where data = "Laos" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Luba to : African; Central African; Congolese; Luba" from catalogrepeat where Tag like 'crc' and data="Luba" update catalogrepeat set data = "African; Central African; Congolese; Luba" where data = "Luba" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mali, Bambara (Bamana) to : African; North African; Sahelese; Mali; Bamana" from catalogrepeat where Tag like 'crc' and data="Mali, Bambara (Bamana)" update catalogrepeat set data = "African; North African; Sahelese; Mali; Bamana" where data = "Mali, Bambara (Bamana)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mali, Dogon to : African; North African; Sahelese; Mali; Dogon" from catalogrepeat where Tag like 'crc' and data="Mali, Dogon" update catalogrepeat set data = "African; North African; Sahelese; Mali; Dogon" where data = "Mali, Dogon" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mangbetu people to : African; Central African; Congolese; Mangbetu" from catalogrepeat where Tag like 'crc' and data="Mangbetu people" update catalogrepeat set data = "African; Central African; Congolese; Mangbetu" where data = "Mangbetu people" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Maori to : Asian; Pacific; New Zealand; Maori" from catalogrepeat where Tag like 'crc' and data="Maori" update catalogrepeat set data = "Asian; Pacific; New Zealand; Maori" where data = "Maori" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Maori, Polynesia to : Asian; Pacific; Polynesian; Maori" from catalogrepeat where Tag like 'crc' and data="Maori, Polynesia" update catalogrepeat set data = "Asian; Pacific; Polynesian; Maori" where data = "Maori, Polynesia" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Marquesas Islands to : Asian; Pacific; Polynesian; Marquises, Iles" from catalogrepeat where Tag like 'crc' and data="Marquesas Islands" update catalogrepeat set data = "Asian; Pacific; Polynesian; Marquises, Iles" where data = "Marquesas Islands" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Maya to : North American; Central American; Mesoamerican; Mayan" from catalogrepeat where Tag like 'crc' and data="Maya" update catalogrepeat set data = "North American; Central American; Mesoamerican; Mayan" where data = "Maya" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Maya (?) to : North American; Central American; Mesoamerican; Mayan" from catalogrepeat where Tag like 'crc' and data="Maya (?)" update catalogrepeat set data = "North American; Central American; Mesoamerican; Mayan" where data = "Maya (?)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mende people to : African; West African; Sierra Leonean; Mende " from catalogrepeat where Tag like 'crc' and data="Mende people" update catalogrepeat set data = "African; West African; Sierra Leonean; Mende " where data = "Mende people" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mesopotamia to : Asian; Middle Eastern; Mesopotamian" from catalogrepeat where Tag like 'crc' and data="Mesopotamia" update catalogrepeat set data = "Asian; Middle Eastern; Mesopotamian" where data = "Mesopotamia" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mesopotamian to : Asian; Middle Eastern; Mesopotamian" from catalogrepeat where Tag like 'crc' and data="Mesopotamian" update catalogrepeat set data = "Asian; Middle Eastern; Mesopotamian" where data = "Mesopotamian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mexicaine to : North American; Central American; Mexican" from catalogrepeat where Tag like 'crc' and data="Mexicaine" update catalogrepeat set data = "North American; Central American; Mexican" where data = "Mexicaine" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mexican to : North American; Central American; Mexican" from catalogrepeat where Tag like 'crc' and data="Mexican" update catalogrepeat set data = "North American; Central American; Mexican" where data = "Mexican" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mexico to : North American; Central American; Mexican" from catalogrepeat where Tag like 'crc' and data="Mexico" update catalogrepeat set data = "North American; Central American; Mexican" where data = "Mexico" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mezcala to : North American; Central American; Mexican; Mezcala" from catalogrepeat where Tag like 'crc' and data="Mezcala" update catalogrepeat set data = "North American; Central American; Mexican; Mezcala" where data = "Mezcala" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Miao to : Asian; Far East Asian; Chinese; Miao" from catalogrepeat where Tag like 'crc' and data="Miao" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Miao" where data = "Miao" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Michoacn to : North American; Central American; Mesoamerican; Mexican; Michoac‡n" from catalogrepeat where Tag like 'crc' and data="Michoacn" update catalogrepeat set data = "North American; Central American; Mesoamerican; Mexican; Michoac‡n" where data = "Michoacn" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Middle East to : Asian; Middle Eastern" from catalogrepeat where Tag like 'crc' and data="Middle East" update catalogrepeat set data = "Asian; Middle Eastern" where data = "Middle East" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Miro Joan to : European; Iberian; Spanish" from catalogrepeat where Tag like 'crc' and data="Miro Joan" update catalogrepeat set data = "European; Iberian; Spanish" where data = "Miro Joan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mississippian (Native American) to : North American; Native American; Mississippian" from catalogrepeat where Tag like 'crc' and data="Mississippian (Native American)" update catalogrepeat set data = "North American; Native American; Mississippian" where data = "Mississippian (Native American)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mississippian (Native American) to : North American; Native American; Mississippian" from catalogrepeat where Tag like 'crc' and data="Mississippian (Native American)" update catalogrepeat set data = "North American; Native American; Mississippian" where data = "Mississippian (Native American)" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mongol to : Asian; Far East Asian; Mongolian" from catalogrepeat where Tag like 'crc' and data="Mongol" update catalogrepeat set data = "Asian; Far East Asian; Mongolian" where data = "Mongol" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mongolia to : Asian; Far East Asian; Mongolian" from catalogrepeat where Tag like 'crc' and data="Mongolia" update catalogrepeat set data = "Asian; Far East Asian; Mongolian" where data = "Mongolia" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mongolian, Buddhist to : Asian; Far East Asian; Mongolian" from catalogrepeat where Tag like 'crc' and data="Mongolian, Buddhist" update catalogrepeat set data = "Asian; Far East Asian; Mongolian" where data = "Mongolian, Buddhist" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Morocco to : African; North African; Moroccan" from catalogrepeat where Tag like 'crc' and data="Morocco" update catalogrepeat set data = "African; North African; Moroccan" where data = "Morocco" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Muisca to : South American; Columbian; Muisca" from catalogrepeat where Tag like 'crc' and data="Muisca" update catalogrepeat set data = "South American; Columbian; Muisca" where data = "Muisca" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mxico to : North American; Central American; Mexican" from catalogrepeat where Tag like 'crc' and data="Mxico" update catalogrepeat set data = "North American; Central American; Mexican" where data = "Mxico" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Mycenae, Greek to : European; Southern European; Mycenaean" from catalogrepeat where Tag like 'crc' and data="Mycenae, Greek" update catalogrepeat set data = "European; Southern European; Mycenaean" where data = "Mycenae, Greek" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nario to : South American; Pre-Columbian; Narino" from catalogrepeat where Tag like 'crc' and data="Nario" update catalogrepeat set data = "South American; Pre-Columbian; Narino" where data = "Nario" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Native American to : North American; Native American" from catalogrepeat where Tag like 'crc' and data="Native American" update catalogrepeat set data = "North American; Native American" where data = "Native American" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Near Eastern, Anatolian to : Asian; Anatolian" from catalogrepeat where Tag like 'crc' and data="Near Eastern, Anatolian" update catalogrepeat set data = "Asian; Anatolian" where data = "Near Eastern, Anatolian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Near Eastern, Anatolian, Phrygian to : Asian; Anatolian; Phrygian" from catalogrepeat where Tag like 'crc' and data="Near Eastern, Anatolian, Phrygian" update catalogrepeat set data = "Asian; Anatolian; Phrygian" where data = "Near Eastern, Anatolian, Phrygian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Near Eastern, Iranian to : Asian; Middle Eastern; Persian" from catalogrepeat where Tag like 'crc' and data="Near Eastern, Iranian" update catalogrepeat set data = "Asian; Middle Eastern; Persian" where data = "Near Eastern, Iranian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Near Eastern, Iranian, Persian to : Asian; Middle Eastern; Persian" from catalogrepeat where Tag like 'crc' and data="Near Eastern, Iranian, Persian" update catalogrepeat set data = "Asian; Middle Eastern; Persian" where data = "Near Eastern, Iranian, Persian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Near Eastern, Levantine to : Asian; Middle Eastern; Levantine" from catalogrepeat where Tag like 'crc' and data="Near Eastern, Levantine" update catalogrepeat set data = "Asian; Middle Eastern; Levantine" where data = "Near Eastern, Levantine" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nepal to : Asian; Indian Sub-Continent; Nepalese" from catalogrepeat where Tag like 'crc' and data="Nepal" update catalogrepeat set data = "Asian; Indian Sub-Continent; Nepalese" where data = "Nepal" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nepalese to : Asian; Indian Sub-Continent; Nepalese" from catalogrepeat where Tag like 'crc' and data="Nepalese" update catalogrepeat set data = "Asian; Indian Sub-Continent; Nepalese" where data = "Nepalese" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nerlandaise to : European; Netherlandish" from catalogrepeat where Tag like 'crc' and data="Nerlandaise" update catalogrepeat set data = "European; Netherlandish" where data = "Nerlandaise" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Netherlandish to : European; Netherlandish" from catalogrepeat where Tag like 'crc' and data="Netherlandish" update catalogrepeat set data = "European; Netherlandish" where data = "Netherlandish" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Netherlands to : European; Dutch" from catalogrepeat where Tag like 'crc' and data="Netherlands" update catalogrepeat set data = "European; Dutch" where data = "Netherlands" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : New Ireland, Papua New Guinea to : Asian; Pacific; Melanesian; New Guinean; Papuan" from catalogrepeat where Tag like 'crc' and data="New Ireland, Papua New Guinea" update catalogrepeat set data = "Asian; Pacific; Melanesian; New Guinean; Papuan" where data = "New Ireland, Papua New Guinea" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : New Zealander to : Asian; Pacific; New Zealand" from catalogrepeat where Tag like 'crc' and data="New Zealander" update catalogrepeat set data = "Asian; Pacific; New Zealand" where data = "New Zealander" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nigeria to : African; West African; Nigerian" from catalogrepeat where Tag like 'crc' and data="Nigeria" update catalogrepeat set data = "African; West African; Nigerian" where data = "Nigeria" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nigeria, Ibo to : African; West African; Nigerian; Ibo" from catalogrepeat where Tag like 'crc' and data="Nigeria, Ibo" update catalogrepeat set data = "African; West African; Nigerian; Ibo" where data = "Nigeria, Ibo" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nigeria, Yoruba to : African; West African; Nigerian; Yoruba" from catalogrepeat where Tag like 'crc' and data="Nigeria, Yoruba" update catalogrepeat set data = "African; West African; Nigerian; Yoruba" where data = "Nigeria, Yoruba" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nigerian to : African; West African; Nigerian" from catalogrepeat where Tag like 'crc' and data="Nigerian" update catalogrepeat set data = "African; West African; Nigerian" where data = "Nigerian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nok to : African; West African; Nigerian; Nok" from catalogrepeat where Tag like 'crc' and data="Nok" update catalogrepeat set data = "African; West African; Nigerian; Nok" where data = "Nok" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Northern Italian to : European; Southern European; Italian; Northern Italian" from catalogrepeat where Tag like 'crc' and data="Northern Italian" update catalogrepeat set data = "European; Southern European; Italian; Northern Italian" where data = "Northern Italian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Northwest China to : Asian; Far East Asian; Chinese; Northwest Chinese" from catalogrepeat where Tag like 'crc' and data="Northwest China" update catalogrepeat set data = "Asian; Far East Asian; Chinese; Northwest Chinese" where data = "Northwest China" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Norwegian to : European; Scandinavian; Norwegian" from catalogrepeat where Tag like 'crc' and data="Norwegian" update catalogrepeat set data = "European; Scandinavian; Norwegian" where data = "Norwegian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nubian to : African; North African; Nubian" from catalogrepeat where Tag like 'crc' and data="Nubian" update catalogrepeat set data = "African; North African; Nubian" where data = "Nubian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Nuniwarmiut (Cup'ik), Arctic region, Alaska, Nunivak Island to : North American; Native American; Inuit; Nuniwarmiut" from catalogrepeat where Tag like 'crc' and data="Nuniwarmiut (Cup'ik), Arctic region, Alaska, Nunivak Island" update catalogrepeat set data = "North American; Native American; Inuit; Nuniwarmiut" where data = "Nuniwarmiut (Cup'ik), Arctic region, Alaska, Nunivak Island" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Oceanian to : Asian; Pacific" from catalogrepeat where Tag like 'crc' and data="Oceanian" update catalogrepeat set data = "Asian; Pacific" where data = "Oceanian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Olmec to : North American; Central American; Mesoamerican; Olmec" from catalogrepeat where Tag like 'crc' and data="Olmec" update catalogrepeat set data = "North American; Central American; Mesoamerican; Olmec" where data = "Olmec" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Pakistan to : Asian; Indian Sub-Continent; Pakistani" from catalogrepeat where Tag like 'crc' and data="Pakistan" update catalogrepeat set data = "Asian; Indian Sub-Continent; Pakistani" where data = "Pakistan" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Pakistan, Gandhara region to : Asian; Indian Sub-Continent; Pakistani; Gandhara" from catalogrepeat where Tag like 'crc' and data="Pakistan, Gandhara region" update catalogrepeat set data = "Asian; Indian Sub-Continent; Pakistani; Gandhara" where data = "Pakistan, Gandhara region" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Panamanian to : North American; Central American; Panamanian" from catalogrepeat where Tag like 'crc' and data="Panamanian" update catalogrepeat set data = "North American; Central American; Panamanian" where data = "Panamanian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Parita to : North American; Central American; Mesoamerican; Parita" from catalogrepeat where Tag like 'crc' and data="Parita" update catalogrepeat set data = "North American; Central American; Mesoamerican; Parita" where data = "Parita" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Persia to : Asian; Middle Eastern; Persian" from catalogrepeat where Tag like 'crc' and data="Persia" update catalogrepeat set data = "Asian; Middle Eastern; Persian" where data = "Persia" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Persian to : Asian; Middle Eastern; Persian" from catalogrepeat where Tag like 'crc' and data="Persian" update catalogrepeat set data = "Asian; Middle Eastern; Persian" where data = "Persian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Peruvian to : South American; Peruvian" from catalogrepeat where Tag like 'crc' and data="Peruvian" update catalogrepeat set data = "South American; Peruvian" where data = "Peruvian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Peruvian, Chancay to : South American; Pre-Columbian; Chancay" from catalogrepeat where Tag like 'crc' and data="Peruvian, Chancay" update catalogrepeat set data = "South American; Pre-Columbian; Chancay" where data = "Peruvian, Chancay" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Peruvian, Lambayeque to : South American; Pre-Columbian; Lambayeque" from catalogrepeat where Tag like 'crc' and data="Peruvian, Lambayeque" update catalogrepeat set data = "South American; Pre-Columbian; Lambayeque" where data = "Peruvian, Lambayeque" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Peruvian, Paracas to : South American; Pre-Columbian; Paracas" from catalogrepeat where Tag like 'crc' and data="Peruvian, Paracas" update catalogrepeat set data = "South American; Pre-Columbian; Paracas" where data = "Peruvian, Paracas" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Peruvian, Rimac to : South American; Pre-Columbian; Rimac" from catalogrepeat where Tag like 'crc' and data="Peruvian, Rimac" update catalogrepeat set data = "South American; Pre-Columbian; Rimac" where data = "Peruvian, Rimac" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Polonaise to : European; Eastern European; Polish" from catalogrepeat where Tag like 'crc' and data="Polonaise" update catalogrepeat set data = "European; Eastern European; Polish" where data = "Polonaise" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Portuguese to : European; Iberian; Portuguese" from catalogrepeat where Tag like 'crc' and data="Portuguese" update catalogrepeat set data = "European; Iberian; Portuguese" where data = "Portuguese" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Possibly English to : European; British; English" from catalogrepeat where Tag like 'crc' and data="Possibly English" update catalogrepeat set data = "European; British; English" where data = "Possibly English" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : possibly Italian to : European; Southern European; Italian" from catalogrepeat where Tag like 'crc' and data="possibly Italian" update catalogrepeat set data = "European; Southern European; Italian" where data = "possibly Italian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Possibly Kwakiutl people to : North American; Native American; Kwakiutl" from catalogrepeat where Tag like 'crc' and data="Possibly Kwakiutl people" update catalogrepeat set data = "North American; Native American; Kwakiutl" where data = "Possibly Kwakiutl people" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Possibly Moche to : South American; Pre-Columbian; Moche" from catalogrepeat where Tag like 'crc' and data="Possibly Moche" update catalogrepeat set data = "South American; Pre-Columbian; Moche" where data = "Possibly Moche" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Possibly Nootka people to : North American; Native American; Nootka" from catalogrepeat where Tag like 'crc' and data="Possibly Nootka people" update catalogrepeat set data = "North American; Native American; Nootka" where data = "Possibly Nootka people" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Possibly Shona people to : African; Southern African; Zimbabwean; Shona" from catalogrepeat where Tag like 'crc' and data="Possibly Shona people" update catalogrepeat set data = "African; Southern African; Zimbabwean; Shona" where data = "Possibly Shona people" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Possibly Teotihuacn to : North American; Central American; Mesoamerican;Teotihuac‡n" from catalogrepeat where Tag like 'crc' and data="Possibly Teotihuacn" update catalogrepeat set data = "North American; Central American; Mesoamerican;Teotihuac‡n" where data = "Possibly Teotihuacn" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Precolumbian to : South American; Pre-Columbian" from catalogrepeat where Tag like 'crc' and data="Precolumbian" update catalogrepeat set data = "South American; Pre-Columbian" where data = "Precolumbian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Pre-columbian to : South American; Pre-Columbian" from catalogrepeat where Tag like 'crc' and data="Pre-columbian" update catalogrepeat set data = "South American; Pre-Columbian" where data = "Pre-columbian" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : probably American to : North American; American" from catalogrepeat where Tag like 'crc' and data="probably American" update catalogrepeat set data = "North American; American" where data = "probably American" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Probably Dutch to : European; Dutch" from catalogrepeat where Tag like 'crc' and data="Probably Dutch" update catalogrepeat set data = "European; Dutch" where data = "Probably Dutch" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : probably English to : European; British; English" from catalogrepeat where Tag like 'crc' and data="probably English" update catalogrepeat set data = "European; British; English" where data = "probably English" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Probably Jalisco to : North American; Central American; Mesoamerican; Mexican" from catalogrepeat where Tag like 'crc' and data="Probably Jalisco" update catalogrepeat set data = "North American; Central American; Mesoamerican; Mexican" where data = "Probably Jalisco" and tag like 'crc' go insert into catalogstatus (ident, status, catalogid, comment) select 'jtrant', 2, catalogrepeat.catalogid, "updated CRC from : Probably Nayarit to : North American; Central American; Mesoamerican; Nayarit" from catalogrepeat where Tag like 'crc' and data="Probably Nayarit" update catalogrepeat set data = "North American; Central American; Mesoamerican; Nayarit" where data = "Probably Nayarit" and tag like 'crc' go insert into catalogstatus (ident, status, cata