Is there %TYPE equivalent? -
08-12-2003
, 07:32 AM
Hi,
I'm dealing with migrating Oracle PL/SQL procedures to DB2 UDB 8.1.
Oracle uses %TYPE attribute to dynamically get column type.
Is there a db2 equivalent for that or I should spesify concrete type? |