【发布时间】:2018-10-28 01:58:28
【问题描述】:
谁能帮我找到SYBASE中多个表的信息。我知道在 ORACLE 中我们会从 USER_segments 中选择 *;
【问题讨论】:
谁能帮我找到SYBASE中多个表的信息。我知道在 ORACLE 中我们会从 USER_segments 中选择 *;
【问题讨论】:
通过运行可以看到类似的东西
select * from sysobjects where uid = user_id() and type = 'U'
【讨论】: