Okay, This one is pretty simmilar to my last one, but I don't get it...!
I am trying the following:
Insert into table b
(Select column_1 from table_a where ID = 1),
(Select column_2 from table_a where ID = 1),
0,
(Select column_3 from table_a where ID = 1);
But I always get a syntax-error...! I think it's quite logical what I'm trying to do.
Greetz from Germany and thx for your answers!