为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】: DM Database Server 64 V8
【操作系统】:CentOS Linux release 7.6.1810 (Core)
创建嵌套表语句:
create type tp is table of int;
create table t1 (c1 tp) nested table c1 store as t1_n return as locator;
使用odbc驱动
1.查询时是否支持如下语句select c1 from t1;
2.更新时是否支持insert into t1 values(:1);通过动态绑定插入数据?
可以参考下述链接中嵌套表相关内容:https://eco.dameng.com/document/dm/zh-cn/pm/dm8_sql-data-types-operators#2.3.2.4.3%20%E5%B5%8C%E5%A5%97%E8%A1%A8