mysql - Insert (multiple) new rows into a table from another table using a subquery? -
So this is what I am trying to do, definitely does not work.
The subkey gives 3 rows, which I want to copy in the new table.
Enter the retired values (selection from question * where position = 'r'); I was sure that I was doing it wrong, but here's a special question:
Do I need to list all the columns separately, or Is there a way to tell it to move completely? Table characteristics and columns are the same.
If the question and retired If there is only the column (quantity and type), then it should work: Enter the retired SELECT * from the query where the position = 'R';
Comments
Post a Comment