摘要:
当没有用 EXISTS 引入子查询时,在选择列表中只能指定一个表达式。比如 select * from T_Employee where FNumber not in ( select top 5* from T_Employee order by FSalary desc)order by FSa 阅读全文
摘要:
许多初学者在使用SQL Server时都会遇到使用SQL Server Management Studio无法连接远程数据库实例的问题,大致的错误描述如下: An error has occurred while establishing a connection to the server. (p 阅读全文