TransBase, Select all tables containing a given column -


i need query statement list tables database containing given column name in transbase.

thank in advance.

select * syscolumn col inner join systable tbl on tbl.segno=col.tsegno col.cname '%col_name%';

that quick! might need in future.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -