Skip to content
Advertisement

how to insert into table with preselected values from a minus query?

I get specific values by using a statement like

it returns multiple rows which I all need to insert into another table. How do I achieve this?

I tried something like this which didnt work:

so the table in the end has all values I got before plus another column with ‘name’ in it.

Any help is appreciated. Thanks

Advertisement

Answer

Just use :

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement