谁能帮我找到SYBASE中的多个表的信息。我知道在甲骨文中我们选择*从USEr_segments;
发布于 2018-05-17 17:48:22
通过运行,可以看到类似的内容。
select * from sysobjects where uid = user_id() and type = 'U'
https://stackoverflow.com/questions/50397549
相似问题