Skip to content

Commit a4e584e

Browse files
remove comment regarding G-1050 in G-3182
1 parent 9559e97 commit a4e584e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Since the meaning of a `literal` depends on the configuration and database versi
2121
select job_id
2222
,sum(salary) as sum_salary
2323
from employees
24-
group by job_id,2 -- violates also G-1050
24+
group by job_id,2
2525
order by job_id;
2626
```
2727

0 commit comments

Comments
 (0)