Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 17d6c74

Browse files
remove comment regarding G-1050 in G-3180
1 parent 2e8d269 commit 17d6c74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/4-language-usage/3-dml-and-sql/1-general

docs/4-language-usage/3-dml-and-sql/1-general/g-3180.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ select upper(first_name)
1515
,salary
1616
,hire_date
1717
from employees
18-
order by 4,1,3; -- violates also G-1050
18+
order by 4,1,3;
1919
```
2020

2121
## Example (good)

0 commit comments

Comments
 (0)