对于sybase了解的不是很多平时就是查询下sql语句。

用下面语句可以查询表名和对应的用户:

select a.table_nameb.user_name from systable a,sysuserperm b where a.creator=b.user_id

相关文章:

  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2021-12-17
  • 2021-10-07
  • 2022-02-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-20
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
相关资源
相似解决方案