Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4542974
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T15:27:58+00:00 2026-05-21T15:27:58+00:00

I have a two tables A and B I would like to union them

  • 0

I have a two tables A and B
I would like to union them and store in to another table;

CREATE TABLE  myspace.test (
(select * from A ) UNION ( select * from B) );

It fails with an error

You have an error in your SQL syntax;
check the manual that corresponds to
your MySQL server version for the
right syntax to use near ‘CREATE TABLE
myspace.test ( (select * from A )
UNION ( s’ at line 1

But the query with: (select * from A ) UNION ( select * from B) gives correct result.

How to store union result in to another table??

Thanks Arman.

EDIT

Well After playing around I found that:

  • The query without outer brackets works.

    CREATE TABLE myspace.test
    (select * from A ) UNION ( select * from B) ;

  • Adding AS is not solving the problem.

  • I was wondered that query with brackets is working well seems tome BUG or maybe I am missing something?

    CREATE TABLE myspace.test
    (select * from A);

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T15:27:59+00:00Added an answer on May 21, 2026 at 3:27 pm

    Read the documentation. There are no parens around the select-statement.

    CREATE TABLE `myspace`.`test` (SELECT * FROM `A`) UNION (SELECT * FROM `B`);
    

    Watch out for duplicate primary keys, though. You may want to consider first creating an empty table myspace.test with the proper layout, then inserting rows into it more selectively.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to SELECT records from two MySql tables. I would like all
Re, I have two tables. I would like to run a SELECT query where
I have two tables like this: CREATE TABLE table1_lang ( id serial NOT NULL,
I have two tables user and log. I would like to join the user
I have two tables, name and address. I would like to list the last_name
I have two tables: Companies: (id, name) Workers: (id, name, country) I would like
I have two different tables, lead and click. I would like to query MySQL
I have two great tables that I would like to use as foundation for
I have two tables which I would like to join by ID field. I
I have two tables that I would like to compare for duplicates. These tables

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.