TSM DB Tables

Demond

ADSM.ORG Member
Joined
Sep 16, 2008
Messages
24
Reaction score
1
Points
0
Location
Raleigh, NC
I've seen this done before but I don't remember how it was done. How can I view (via the command-line) the fields available in a TSM DB table? For instance, if I wanted to run a query on a table and wanted to know what fields I can query against. Thx.
 
You can also filter like

select tabname from tables (OR)
select colname from columns where tabname='TABLE-NAME-HERE'
 
Thx

Reddy - that's even better it will allow me to be more specific in my search. Thx to you both!
 
Back
Top