Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit325c54b

Browse files
committed
Fix obsolete SQL syntax in comment.
This was legal back in the days of add_missing_from, though perhapsnever good style. It's not legal anymore ...Jan Urbański
1 parent5c4eb91 commit325c54b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/executor/execProcnode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
*the number of employees in that department. So we have the query:
3333
*
3434
*select DEPT.no_emps, EMP.age
35+
*from DEPT, EMP
3536
*where EMP.name = DEPT.mgr and
3637
* DEPT.name = "shoe"
3738
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp