在查询数据库时候,可以使用distinct关键字过滤重复记录
例如
SELECT distinct ShiftID
FROM [AdventureWorks].[HumanResources].[EmployeeDepartmentHistory]
在查询数据库时候,可以使用distinct关键字过滤重复记录
例如
SELECT distinct ShiftID
FROM [AdventureWorks].[HumanResources].[EmployeeDepartmentHistory]