snprintf(command,BUFFER_SIZE,"create table if not exists %s.%s%d using %s.meters tags (%d,\"%s\");",winfo->db_name,winfo->tb_prefix,i,winfo->db_name,j,"shanghai");
}else{
snprintf(command,BUFFER_SIZE,"create table if not exists %s.%s%d using %s.meters tags (%d,\"%s\");",winfo->db_name,winfo->tb_prefix,i,winfo->db_name,j,"beijing");