Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in DB2 only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
DB2
how to get all table names from db2 database schema
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
noorg
New Member
Join Date:
Aug 2010
Posts:
1
#1
how to get all table names from db2 database schema
Aug 12 '10, 07:03 AM
hi all can you tell me the db2 query for how to get all table names from db2 database schema
db2sma
New Member
Join Date:
Apr 2010
Posts:
3
#2
Aug 15 '10, 08:17 AM
Syscat table
Select varchar(tabname ,40) from syscat.tables
Comment
Post
Cancel
Sidhartha
#3
Oct 7 '10, 11:53 PM
db2 list tables for schema <schema name>
or db2 list tables for all
Comment
Post
Cancel
Aniket sonmale
New Member
Join Date:
Jan 2011
Posts:
7
#4
Jan 31 '11, 03:26 PM
db2 list tables
Comment
Post
Cancel
pramodds
New Member
Join Date:
Feb 2011
Posts:
7
#5
Feb 5 '11, 07:08 AM
As said before,u can use this
db2 list tables for schema <schema name>
or
query syscat tables.
db2 "select tabname from syscat.tables where tabschem='<sche maname>'"
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment