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

Commit56f5f2b

Browse files
committed
Update FAQ.
1 parent88ce6a2 commit56f5f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ SELECT *
974974
SELECT tab1.col1, NULL
975975
FROM tab1
976976
WHERE tab1.col1 NOT IN (SELECT tab2.col1 FROM tab2)
977-
ORDER BYtab1.col1
977+
ORDER BY col1
978978
_________________________________________________________________
979979

980980
Extending PostgreSQL

‎doc/src/FAQ/FAQ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ <H4><A name="4.24">4.24</A>) How do I do an <I>outer</I> join?<BR>
12581258
SELECT tab1.col1, NULL
12591259
FROM tab1
12601260
WHERE tab1.col1 NOT IN (SELECT tab2.col1 FROM tab2)
1261-
ORDER BYtab1.col1
1261+
ORDER BY col1
12621262
</PRE>
12631263
<HR>
12641264

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp