关键是不用列名和 values关键字

insert into TS_TABLE_COL 
(
  select * from xxx
)

相关文章: