> Hello,
>
[quoted text clipped - 7 lines]
>
> Albert
Table name is limitation of 18 chars in older version of DB2.
BB is the schema, FLASH_ORDER_LINE_* will be the table name
To find the table name
db2 select tabname from syscat.tables where tabschema='BB' and tabname
like 'FLASH_ORDER_LINE%'
dotyet - 29 Nov 2004 22:12 GMT
i think even today, it's capable of displaying only 30 characters of
the table name.
hth,
dotyet
> > Hello,
> >
[quoted text clipped - 13 lines]
> db2 select tabname from syscat.tables where tabschema='BB' and tabname
> like 'FLASH_ORDER_LINE%'