We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[架构].[用户].[表名] 架构可以理解为“数据库名称” 用户默认为"dbo",即Database Owner(数据库的所有者)
例子
select * from test2.dbo.bittable
test2是数据库名称(架构) bittable是表名