keywork column problem

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

keywork column problem

Post by iskapalli »

Hi ,

We are useing TYPE keyword column as column name in terdata.It is getting below errror.

Syntax error, expected something like a name or a Unicode delimited identifier between ',' and the 'TYPE' keyword. SQL statement: USING (SEQUENCE SMALLINT, TYPE SMALLINT, VERSION SMALLINT, DATALEN INTEGER, SRC_SYS_ID VARCHAR(1

Please help me out
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Seems to be a reserved word, can you rename the column to something like XXXX_TYPE?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply