
Reply to comment
Reply
Click the +1 button below to share it with your friends and colleagues
Share this if you liked it!
t-decoration:none;text-underline:none'>IBM DB2 Certification
LOGOUT
Number of Registered users 1232
|
Description of a DB2 Table
Select * from Sysibm.syscolumns where tbname = 'your table Name';
This would return u the table structure.
Also the command DESCRIBE TABLE schemaname.tablename is not working
~Ankur