Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
problem in create table

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
abiyn

New User


Joined: 25 Mar 2008
Posts: 12
Location: Chennai

PostPosted: Wed Mar 26, 2008 5:16 pm    Post subject: problem in create table
Reply with quote

Could you pls tell me what is wrong in this statement

CREATE TABEL TESTID AS (SELECT * FROM EMP_DETAIL)

I am getting the below error message

DSNT408I SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD AS. TOKEN FOR WAS
EXPECTED
DSNT418I SQLSTATE = 42601 SQLSTATE RETURN CODE
DSNT415I SQLERRP = DSNHPARS SQL PROCEDURE DETECTING ERROR



Thanks in Advance
Regards

Abi
Back to top
View user's profile Send private message
References
UmeySan

Senior Member


Joined: 22 Aug 2006
Posts: 624
Location: Germany

PostPosted: Wed Mar 26, 2008 6:21 pm    Post subject:
Reply with quote

Hi abiyn !

Are you shure, you want to create a Table ???

CREATE VIEW viewname columnname,.. AS Subselect

Regards, UmeySan
Back to top
View user's profile Send private message
abiyn

New User


Joined: 25 Mar 2008
Posts: 12
Location: Chennai

PostPosted: Thu Mar 27, 2008 10:28 am    Post subject:
Reply with quote

Yes UmeySan

I want to create Materialized query table.

The syntax for that is

Create table tbname as (select column_name from tablename1).

But this is not working in Mainframe-DB2, But I have created the table using the same in Linux-Db2 environment.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1