`

sybase iq 中查找出所有表名和对应的用户名的Sql

阅读更多
[size=large]
select a.table_name, b.user_name
from SYSTABLE a, SYSUSERPERM b
where a.creator=b.user_id
[/size]
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics