
Duda juntar contenido SQL
Publicado por Nachonal (1 intervención) el 15/01/2015 23:01:13
Quiero unir dos foros, pero las estructuras no estan en lo mismo orden, me explico:
foro 1:
INSERT INTO `phpbbz_forums` (`forum_id`, `parent_id`, `left_id`, `right_id`, `forum_parents`, `forum_name`, `forum_desc`, `forum_desc_bitfield`, `forum_desc_options`, `forum_desc_uid`, `forum_link`, `forum_password`, `forum_style`, `forum_image`, `forum_rules`, `forum_rules_link`, `forum_rules_bitfield`, `forum_rules_options`, `forum_rules_uid`, `forum_topics_per_page`, `forum_type`, `forum_status`, `forum_posts`, `forum_topics`, `forum_topics_real`, `forum_last_post_id`, `forum_last_poster_id`, `forum_last_post_subject`, `forum_last_post_time`, `forum_last_poster_name`, `forum_last_poster_colour`, `forum_flags`, `forum_options`, `display_subforum_list`, `display_on_index`, `enable_indexing`, `enable_icons`, `enable_prune`, `prune_next`, `prune_days`, `prune_viewed`, `prune_freq`, `forum_allow_solve`, `forum_allow_unsolve`, `forum_lock_solved`, `forum_solve_text`, `forum_solve_color`, `forum_evaluation`, `forum_perpost`, `forum_peredit`, `forum_pertopic`, `forum_costs`, `forum_recent_topics`, `force_attr`) VALUES
foro 2:
INSERT INTO `phpbb_forums` (`forum_id`, `parent_id`, `left_id`, `right_id`, `forum_parents`, `forum_name`, `forum_desc`, `forum_desc_bitfield`, `forum_desc_options`, `forum_desc_uid`, `forum_link`, `forum_password`, `forum_style`, `forum_image`, `forum_rules`, `forum_rules_link`, `forum_rules_bitfield`, `forum_rules_options`, `forum_rules_uid`, `forum_topics_per_page`, `forum_type`, `forum_status`, `forum_posts`, `forum_topics`, `forum_topics_real`, `forum_recent_topics`, `forum_last_post_id`, `forum_last_poster_id`, `forum_last_post_subject`, `forum_last_post_time`, `forum_last_poster_name`, `forum_last_poster_colour`, `forum_flags`, `forum_options`, `display_subforum_list`, `display_on_index`, `enable_indexing`, `enable_icons`, `enable_prune`, `prune_next`, `prune_days`, `prune_viewed`, `prune_freq`, `forum_perpost`, `forum_peredit`, `forum_pertopic`, `forum_evaluation`, `forum_allow_solve`, `forum_allow_unsolve`, `forum_lock_solved`, `forum_solve_text`, `forum_solve_color`, `enable_topic_seo`, `force_attr`) VALUES
que puedo hacer?
PS: El foro 2 es el que quiero que su estructura se mantenga.
foro 1:
INSERT INTO `phpbbz_forums` (`forum_id`, `parent_id`, `left_id`, `right_id`, `forum_parents`, `forum_name`, `forum_desc`, `forum_desc_bitfield`, `forum_desc_options`, `forum_desc_uid`, `forum_link`, `forum_password`, `forum_style`, `forum_image`, `forum_rules`, `forum_rules_link`, `forum_rules_bitfield`, `forum_rules_options`, `forum_rules_uid`, `forum_topics_per_page`, `forum_type`, `forum_status`, `forum_posts`, `forum_topics`, `forum_topics_real`, `forum_last_post_id`, `forum_last_poster_id`, `forum_last_post_subject`, `forum_last_post_time`, `forum_last_poster_name`, `forum_last_poster_colour`, `forum_flags`, `forum_options`, `display_subforum_list`, `display_on_index`, `enable_indexing`, `enable_icons`, `enable_prune`, `prune_next`, `prune_days`, `prune_viewed`, `prune_freq`, `forum_allow_solve`, `forum_allow_unsolve`, `forum_lock_solved`, `forum_solve_text`, `forum_solve_color`, `forum_evaluation`, `forum_perpost`, `forum_peredit`, `forum_pertopic`, `forum_costs`, `forum_recent_topics`, `force_attr`) VALUES
foro 2:
INSERT INTO `phpbb_forums` (`forum_id`, `parent_id`, `left_id`, `right_id`, `forum_parents`, `forum_name`, `forum_desc`, `forum_desc_bitfield`, `forum_desc_options`, `forum_desc_uid`, `forum_link`, `forum_password`, `forum_style`, `forum_image`, `forum_rules`, `forum_rules_link`, `forum_rules_bitfield`, `forum_rules_options`, `forum_rules_uid`, `forum_topics_per_page`, `forum_type`, `forum_status`, `forum_posts`, `forum_topics`, `forum_topics_real`, `forum_recent_topics`, `forum_last_post_id`, `forum_last_poster_id`, `forum_last_post_subject`, `forum_last_post_time`, `forum_last_poster_name`, `forum_last_poster_colour`, `forum_flags`, `forum_options`, `display_subforum_list`, `display_on_index`, `enable_indexing`, `enable_icons`, `enable_prune`, `prune_next`, `prune_days`, `prune_viewed`, `prune_freq`, `forum_perpost`, `forum_peredit`, `forum_pertopic`, `forum_evaluation`, `forum_allow_solve`, `forum_allow_unsolve`, `forum_lock_solved`, `forum_solve_text`, `forum_solve_color`, `enable_topic_seo`, `force_attr`) VALUES
que puedo hacer?
PS: El foro 2 es el que quiero que su estructura se mantenga.
Valora esta pregunta


0