Haben Sie versucht
INSERT INTO Table_A (nid, vid, type, title, uid)
SELECT '',
'',
'multichoice',
questiontext ,
'1'
from Table_B
Sehen Sie sich INSERT ... SELECT Syntax
Haben Sie versucht
INSERT INTO Table_A (nid, vid, type, title, uid)
SELECT '',
'',
'multichoice',
questiontext ,
'1'
from Table_B
Sehen Sie sich INSERT ... SELECT Syntax