IT分销/经销数据库db2 9.5

DB2的CTAS失败,这个是错在什么地方呢?

db2 connect to proddb   Database Connection Information Database server        = DB2/LINUXX8664 9.5.0 SQL authorization ID   = DB2INST1 Local database alias   = PRODDB[db2inst1@DB2 ~]$ db2 "...显示全部
db2 connect to proddb

   Database Connection Information

Database server        = DB2/LINUXX8664 9.5.0
SQL authorization ID   = DB2INST1
Local database alias   = PRODDB


[db2inst1@DB2 ~]$ db2 "create table test.test as (select * from syscat.schemata) data initially deferred refresh deferred"
DB21034E  The command was processed as an SQL statement because it was not a
valid Command Line Processor command.  During SQL processing it returned:
SQL20058N  The fullselect specified for the materialized query table
"TEST.TEST" is not valid. Reason code = "2".  SQLSTATE=428EC


[db2inst1@DB2 ~]$ db2
(c) Copyright IBM Corporation 1993,2007
Command Line Processor for DB2 Client 9.5.0

You can issue database manager commands and SQL statements from the command
prompt. For example:
    db2 => connect to sample
    db2 => bind sample.bnd

For general help, type: ?.
For command help, type: ? command, where command can be
the first few keywords of a database manager command. For example:
? CATALOG DATABASE for help on the CATALOG DATABASE command
? CATALOG          for help on all of the CATALOG commands.

To exit db2 interactive mode, type QUIT at the command prompt. Outside
interactive mode, all commands must be prefixed with 'db2'.
To list the current command option settings, type LIST COMMAND OPTIONS.

For more detailed help, refer to the Online Reference Manual.

db2 => create table test.test as (select * from syscat.schemata) data initially deferred refresh deferred
DB21034E  The command was processed as an SQL statement because it was not a
valid Command Line Processor command.  During SQL processing it returned:
SQL20058N  The fullselect specified for the materialized query table
"TEST.TEST" is not valid. Reason code = "2".  SQLSTATE=428EC收起
参与3

查看其它 1 个回答drdb2的回答

drdb2drdb2系统工程师se
db2 "create table test.test as (select * from syscat.schemata) definition only"

db2 "create table test.test as (select * from syscat.schemata) with no data"

db2 "create table test.test like syscat.schemata"
互联网服务 · 2014-12-21
浏览1343

回答者

drdb2
系统工程师se

drdb2 最近回答过的问题

回答状态

  • 发布时间:2014-12-21
  • 关注会员:1 人
  • 回答浏览:1343
  • X社区推广