The short URL of the present article is: https://ipraby.com/ld7r
- How to find all schema names in DB2?
-
db2 connect to <db_name>
-
db2 "select schemaname from syscat.schemata" OR
-
db2 "select distinct tabschema from syscat.tables"
-
The short URL of the present article is: https://ipraby.com/ld7r
You must be logged in to post a comment.