Har du provat
INSERT INTO Table_A (nid, vid, type, title, uid)
SELECT '',
'',
'multichoice',
questiontext ,
'1'
from Table_B
Ta en titt på INSERT ... VÄLJ Syntax
Har du provat
INSERT INTO Table_A (nid, vid, type, title, uid)
SELECT '',
'',
'multichoice',
questiontext ,
'1'
from Table_B
Ta en titt på INSERT ... VÄLJ Syntax