IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

problem in create table


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abiyn

New User


Joined: 25 Mar 2008
Posts: 12
Location: Chennai

PostPosted: Wed Mar 26, 2008 5:16 pm
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
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Mar 26, 2008 6:21 pm
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
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Multiple table unload using INZUTILB DB2 2
Search our Forums:

Back to Top