Is there any command to describe a table in the command line processor.
Meaning showing the field names, data types, null/not null constraints.
In Oracle, the 'describe/desc' keyword is used for this purpose, but in
DB2 the keyword is reserved for something else.
Or using the Command Center is the only way to achieve this?
Thanks a lot.
'describe table Table_name'
It returns column name, type schema and name, lenght, sclae and nulls, but I
can't find any information about this in help.
Regards
Adrian
It's described in the Command Reference :)