摘要:
/* select t.name table_name,s.name schema_name,sum(p.rows) total_rows from sys.tables t join sys.schemas s on (t.schema_id = s.schema_id) join sys.par 阅读全文
posted @ 2023-02-15 11:28
djd66
阅读(214)
评论(0)
推荐(0)
2023年2月15日