Cannot display the 2 tables at the same time. Studio Express

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
marsheng
Posts: 62
Joined: Thu 10 May 2012 10:51

Cannot display the 2 tables at the same time. Studio Express

Post by marsheng » Thu 04 Jun 2015 10:42

I'm new to this so I might have it wrong.

I have a DB with about 10 tables. I wanted to split 1 table into 2 separate tables.

I used this syntax

CREATE TABLE recipes_new LIKE production.recipes;
INSERT recipes_new SELECT * FROM production.recipes;

I now have the 2 tables listed but I cannot display them both on the Studio Express Diagram. When I open the second table, the first one disappears and visa versa. I can open any other tables and they work fine. Seems that it sees the two table as only one.

Thanks Wallace

alexa

Re: Cannot display the 2 tables at the same time. Studio Express

Post by alexa » Thu 04 Jun 2015 13:21

Could you please describe this in more detail providing screenshots if possible?

You can send a reply straight to our support system at supportATdevartDOTcom and alexaATdevartDOTcom

marsheng
Posts: 62
Joined: Thu 10 May 2012 10:51

Re: Cannot display the 2 tables at the same time. Studio Express

Post by marsheng » Thu 04 Jun 2015 20:15

I tried changing the structure of the 2 tables and then both tables appeared. Most strange.

alexa

Re: Cannot display the 2 tables at the same time. Studio Express

Post by alexa » Mon 08 Jun 2015 13:38

Thank you for the reply.

Please let us know if it happens again.

Post Reply