Prøv dette
insert into tab2 (id_customers, value)
values ((select id from tab1 where customers='john'), 'alfa');
Gå glip af parenteser
Håber det hjælper
Prøv dette
insert into tab2 (id_customers, value)
values ((select id from tab1 where customers='john'), 'alfa');
Gå glip af parenteser
Håber det hjælper