You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cheat.sheets/sheets/_db2/listing-and-describing

14 lines
267 B
Plaintext

--List all tables
LIST TABLES
LIST TABLES FOR SCHEMA myuser
LIST TABLES FOR ALL
--List all tablespaces with their status
LIST TABLESPACES
--Describe the estructure of the table
DESCRIBE TABLE mytable
--Describe the result of a query
DESCRIBE SELECT * FROM mytable