Replies: 1 comment
-
With a DB2 DataBase, federated tables do not appear within tables, but underneath Nicknames |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, all tables in the database navigator have the same icon, no matter whether if those are tables in that database or virtual/federated tables residing somewhere else. It would be nice to have a different icon (i.e. with an arrow or different icon color) in these cases.
select SCHEMA_NAME, TABLE_NAME,TABLE_TYPE
from sys.tables
where SCHEMA_NAME ='DWH'
order by SCHEMA_NAME, TABLE_NAME
The highlighted Table should have a different icon
Beta Was this translation helpful? Give feedback.
All reactions