insert into system_domain (system_domain_id, table_name, table_desc, can_add_rows) select max(system_domain_id)+1, 'D_FLORISTIC_REGION_LAC', 'ET: El Ecoregion Extension', 0 from system_domain; insert into system_domain (system_domain_id, table_name, table_desc, can_add_rows) select max(system_domain_id)+1, 'D_ISOLATED_WETLANDS_REGION', 'CAG: Community Extension', 0 from system_domain; insert into system_domain (system_domain_id, table_name, table_desc, can_add_rows) select max(system_domain_id)+1, 'D_PLOT_TYPE', 'CAG: Community Extension', 0 from system_domain; insert into system_domain (system_domain_id, table_name, table_desc, can_add_rows) select max(system_domain_id)+1, 'D_US_MAPZONE', 'ET: El Ecoregion Extension', 0 from system_domain; insert into system_domain (system_domain_id, table_name, table_desc, can_add_rows) select max(system_domain_id)+1, 'D_USEPA_ECOREGION', 'ET: El Ecoregion Extension', 0 from system_domain; insert into next_seq (keyword, next_id) values ('SYSTEM_DOMAIN', 225);