Skip to content

Commit

Permalink
Explain violation of G-1050
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSalvisberg committed Sep 1, 2023
1 parent e3eeae1 commit 7efdd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4-language-usage/3-dml-and-sql/1-general/g-3180.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ select upper(first_name)
,salary
,hire_date
from employees
order by 4,1,3;
order by 4,1,3; -- violates also G-1050
```

## Example (good)
Expand Down

0 comments on commit 7efdd34

Please sign in to comment.