mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Fix obsolete SQL syntax in comment.
This was legal back in the days of add_missing_from, though perhaps never good style. It's not legal anymore ... Jan Urbański
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
* the number of employees in that department. So we have the query:
|
||||
*
|
||||
* select DEPT.no_emps, EMP.age
|
||||
* from DEPT, EMP
|
||||
* where EMP.name = DEPT.mgr and
|
||||
* DEPT.name = "shoe"
|
||||
*
|
||||
|
Reference in New Issue
Block a user