查询数据库同义词: select * from sys.synonyms,

查询同义词个数:select count(1) from sys.synonyms

相关文章: