We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9559e97 commit a4e584eCopy full SHA for a4e584e
docs/4-language-usage/3-dml-and-sql/1-general/g-3182.md
@@ -21,7 +21,7 @@ Since the meaning of a `literal` depends on the configuration and database versi
21
select job_id
22
,sum(salary) as sum_salary
23
from employees
24
- group by job_id,2 -- violates also G-1050
+ group by job_id,2
25
order by job_id;
26
```
27
0 commit comments