You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
情况1:
执行sql分析导致panic
sql:INSERT INTO SQLE00115_t1_tmp_employee (id, cname, sex, age, salary) SELECT 4000002, '小张', 0, 25, (SELECT AVG(salary) FROM SQLE00115_t1_employee)
sqle报错:
情况2:
执行sql分析导致panic
sql:INSERT INTO SQLE00090_t2_inventory_insert SELECT item_id, quantity FROM SQLE00090_t2_inventory UNION SELECT item_id, quantity FROM SQLE00090_t2_pending_inventory
sqle报错:
问题原因
解决方案
变更影响面
受影响的模块或功能
外部引用的潜在问题或风险
版本兼容性
测试建议
The text was updated successfully, but these errors were encountered:
版本信息(Version)
v4.2502.0 pre4
问题描述(Describe)
情况1:
执行sql分析导致panic
sql:
INSERT INTO SQLE00115_t1_tmp_employee (id, cname, sex, age, salary) SELECT 4000002, '小张', 0, 25, (SELECT AVG(salary) FROM SQLE00115_t1_employee)
sqle报错:
情况2:
执行sql分析导致panic
sql:
INSERT INTO SQLE00090_t2_inventory_insert SELECT item_id, quantity FROM SQLE00090_t2_inventory UNION SELECT item_id, quantity FROM SQLE00090_t2_pending_inventory
sqle报错:
问题原因
解决方案
变更影响面
受影响的模块或功能
外部引用的潜在问题或风险
版本兼容性
测试建议
The text was updated successfully, but these errors were encountered: