Hi,
You can use the Query like this,
SEL * FROM DBC.COLUMNS WHERE DATABASENAME LIKE 'H%' AND DATABASENAME LIKE '%DB';
From My understaing, the Problem in the Query is that TD will look for the Column starting with position H followed by any character and then ending with DB. That is, it will look for values like H1DB,HADB,H6DB,etc.
Thanks & Regards,
Adharssh.
Hi,
You can use the Query like this,
SEL * FROM DBC.COLUMNS WHERE DATABASENAME LIKE 'H%' AND DATABASENAME LIKE '%DB';
From My understaing, the Problem in the Query is that TD will look for the Column starting with position H followed by any character and then ending with DB. That is, it will look for values like H1DB,HADB,H6DB,etc.
Thanks & Regards,
Adharssh.