开发者

nvarchar and nclob with db2 9.7

The db2 9.7 sql reference clearly states that nvarchar and nclob datatypes are synonyms of vargraphic and dbclob, respectively (link here)

Yet, when I write a simple create table statement, it doesn't work with nvarchar and nclob -开发者_运维百科 I get an error message about unknown tokens. When using vargraphic and dbclob as is well.

Any idea why?


As stated in the documents, NVARCHAR and NCLOB were introduced in DB2 9.7 with Fixpack 2.

I presume you're running either the GA release or Fixpack 1.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜