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 を使用して進行状況 DB にアクセスしていますが、配列データ型のいくつかのフィールドを更新する必要があります。では、そのようなことを行うためにSQLステートメントをどのように書くことができますか?
update pub.sometable set arrayfield='X;X;X;X;X;X' where condition.... ただし、添え字のない配列でのみ機能します。さて、別の問題ですが、添字なしの配列と添字付きの配列の違いは何ですか?
何か案は?
私はあなたがそのようにテーブルとフィールド名を書く必要があると信じています
"table"."field"[1]