注册

达梦odbc驱动,是否支持查询或者更新嵌套表中的数据?

王敬强 2024/08/22 361 2

为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【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);通过动态绑定插入数据?

回答 0
暂无回答
扫一扫
联系客服