Hello everybody I am learning DB2 and would like to know how to see a table\'s characteristics after I create one.
Similar to the EXPLAIN TABLE command in MySQL.
I know this is an old question, but this will do the job.
SELECT colname, typename, length, scale, default, nulls FROM syscat.columns WHERE tabname = '' AND tabschema = '' ORDER BY colno 0 讨论(0) 查看其它11个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题