We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4eb91 commit 325c54bCopy full SHA for 325c54b
src/backend/executor/execProcnode.c
@@ -32,6 +32,7 @@
32
* the number of employees in that department. So we have the query:
33
*
34
* select DEPT.no_emps, EMP.age
35
+ * from DEPT, EMP
36
* where EMP.name = DEPT.mgr and
37
* DEPT.name = "shoe"
38
0 commit comments