【产品名称】OceanBase
【产品版本】3.1.1
【问题描述】插入数据报错(RPC packet to send too long)语句如下:
insert /*+ parallel(8) */ INTO dw.dwm_patent_cn_index_hti_result
SELECT
rowkey
,an
,appnum
,patent_score
,patent_price
,create_date
,update_date
,id
FROM dw.dwm_patent_cn_index_hti
;
部分数据到新表,如何解决