Cannot display the 2 tables at the same time. Studio Express
Posted: 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
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