![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a table that I want to split into two or more tables... Why can't I copy and past or drag and drop columns from one table to another? Feature Request?! hmmmm maybe I can just copy the table and delete the columns i don't need? |
#3
| |||
| |||
|
|
SpreadTooThin wrote: I have a table that I want to split into two or more tables... Why can't I copy and past or drag and drop columns from one table to another? Feature Request?! hmmmm *maybe I can just copy the table and delete the columns i don't need? You can do that or "insert select" statement where you select the data from the old table which you want to insert into the new one. -- * //Aho |
#4
| |||
| |||
|
|
On Dec 15, 2:02 pm, "J.O. Aho" <u... (AT) example (DOT) net> wrote: SpreadTooThin wrote: I have a table that I want to split into two or more tables... Why can't I copy and past or drag and drop columns from one table to another? Feature Request?! hmmmm maybe I can just copy the table and delete the columns i don't need? You can do that or "insert select" statement where you select the data from the old table which you want to insert into the new one. I'm not sure we are on the same page here... are you talking about how to do this in sql or are you saying that there is a way to do this in MySQLWorkbench IDE? |
#5
| |||
| |||
|
|
SpreadTooThin wrote: On Dec 15, 2:02 pm, "J.O. Aho" <u... (AT) example (DOT) net> wrote: SpreadTooThin wrote: I have a table that I want to split into two or more tables... Why can't I copy and past or drag and drop columns from one table to another? Feature Request?! hmmmm *maybe I can just copy the table and delete the columns i don't need? You can do that or "insert select" statement where you select the datafrom the old table which you want to insert into the new one. I'm not sure we are on the same page here... are you talking about how to do this in sql or are you saying that there is a way to do this in MySQLWorkbench IDE? "insert select" is a sql query, which you would have to type your self, you can execut it from mysql workbench as it has a "query browser" *(if your version lacks one, then it's high time to update to a new version). -- * //Aho |
#6
| |||
| |||
|
|
On Dec 15, 7:20 pm, "J.O. Aho"<u... (AT) example (DOT) net> wrote: SpreadTooThin wrote: On Dec 15, 2:02 pm, "J.O. Aho"<u... (AT) example (DOT) net> wrote: SpreadTooThin wrote: I have a table that I want to split into two or more tables... Why can't I copy and past or drag and drop columns from one table to another? Feature Request?! hmmmm maybe I can just copy the table and delete the columns i don't need? You can do that or "insert select" statement where you select the data from the old table which you want to insert into the new one. I'm not sure we are on the same page here... are you talking about how to do this in sql or are you saying that there is a way to do this in MySQLWorkbench IDE? "insert select" is a sql query, which you would have to type your self, you can execut it from mysql workbench as it has a "query browser" (if your version lacks one, then it's high time to update to a new version). -- //Aho How would that move a column from one table to another? |
#7
| |||
| |||
|
|
And quite frankly, the number of times I've need to do this in 25 or so years of SQL programming I can count on one hand. * I don't think it's worth a huge effort to put it in a GUI. |
#8
| |||
| |||
|
|
And quite frankly, the number of times I've need to do this in 25 or so years of SQL programming I can count on one hand. I don't think it's worth a huge effort to put it in a GUI. Graduated computer science 1982... You? |
#9
| |||
| |||
|
|
Graduated computer science 1982... You? Long before that. *Just started using SQL around 1985 at IBM. |

#10
| |||
| |||
|
|
Graduated computer science 1982... You? Long before that. Just started using SQL around 1985 at IBM. Cool.. It's good to see some ol hands here. ![]() I just started using SQL recently but did a lot of database programing with dBASE I& II by Ashton Tate... gave up database programing to do simulations and real time communications etc... I hope I phrased the question properly. You do realize I am simply trying to modify the schema of my database?. I had one table that needed to be split into many tables Copy and Pasting columns (fields) from the large table to the other smaller tables is impossible in the IDE, but would have been very helpful. Thanks. B. |

![]() |
| Thread Tools | |
| Display Modes | |
| |