Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 C# 程序中使用 ODBC 访问进度数据库,我需要更新一些字段,它们是数组数据类型。那么我怎样才能编写我的 sql 语句来做这些事情呢?
我阅读了一些进度文档,其中提到了一些方法,如下所示: update pub.sometable set arrayfield='X;X;X;X;X;X' where condition.... 但它仅适用于未下标的数组。好吧,另一个问题,无下标数组和下标数组有什么区别?
有任何想法吗?
我相信你需要像这样写表和字段名
"table"."field"[1]