Paramesh Korrakuti
Pages
Home
Java
Spring
PL SQL
Hibernate
UNIX
JavaScript
Design Patterns
Tuesday, 29 October 2013
How to describe a table in DB2.
The below query will describe the table.
select distinct(name), coltype, length from sysibm.syscolumns where tbname = '<table_name>' for read only with ur
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment