Skip to content

Commit bb3b155

Browse files
authored
Acrolinx fix
1 parent ff98e04 commit bb3b155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/t-sql/queries/from-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ The following example assumes that the following tables and table-valued functio
670670
| Employees | EmpID, EmpLastName, EmpFirstName, EmpSalary |
671671
| GetReports(MgrID) | EmpID, EmpLastName, EmpSalary |
672672

673-
The `GetReports` table-valued function, returns the list of all employees that report directly or indirectly to the specified `MgrID`.
673+
The `GetReports` table-valued function returns the list of all employees that report directly or indirectly to the specified `MgrID`.
674674

675675
The example uses `APPLY` to return all departments and all employees in that department. If a particular department doesn't have any employees, there won't be any rows returned for that department.
676676

0 commit comments

Comments
 (0)