moperyblue 发表于 2016-12-31 11:41

IQ 如何根据列名取表名?

本帖最后由 moperyblue 于 2016-12-31 15:30 编辑

请问 IQ 如何根据列名取表名?


解决:
如,
select top 10 b.table_name from syscolumn a , systable b
where a.table_id=b.table_id and a.column_name ='count'
页: [1]
查看完整版本: IQ 如何根据列名取表名?