![]() |
|
Archives of the TeradataForumMessage Posted: Wed, 13 Feb 2008 @ 22:45:47 GMT
Here ya go....
sel trim(d.databasename)||'.'||trim(t.tvmname)
from DBC.Indexes i
,DBC.TVM t
,DBC.Dbase d
where t.databaseid = d.databaseid
and t.tvmid = i.tableid
and i.indextype = 'Q'
order by 1;
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||