查询出的内容组成一个字符串插入就行,如果是mysql,用concat就行。
select 语句后是可以加表达式的。select convert(varchar,a.col)+convert(varchar,b.col) into tablename from a join b on a.id=b.id