Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
7ecff3f3
"git@gitlab.db.in.tum.de:JakobHuber/postgres-lambda-diff.git" did not exist on "2990b8a4a60a61e16097f7d219e66ffd8ca989eb"
Commit
7ecff3f3
authored
23 years ago
by
Tatsuo Ishii
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo.
parent
b1a38a43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/queries.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/queries.sgml
with
2 additions
and
2 deletions
doc/src/sgml/queries.sgml
+
2
−
2
View file @
7ecff3f3
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.
7
2001/0
5/12 22:51:35 petere
Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.
8
2001/0
8/30 08:16:42 ishii
Exp $ -->
<chapter id="queries">
<title>Queries</title>
...
...
@@ -409,7 +409,7 @@ SELECT a.* FROM (my_table AS a JOIN your_table AS b ON ...) AS c
<programlisting>
FROM T1 INNER JOIN T2 USING (C)
FROM T1 LEFT OUTER JOIN T2 USING (C)
FROM (T1 RIGHT OUTER JOIN T2 ON (T1C1=T2C1)) AS DT1
FROM (T1 RIGHT OUTER JOIN T2 ON (T1
.
C1=T2
.
C1)) AS DT1
FROM (T1 FULL OUTER JOIN T2 USING (C)) AS DT1 (DT1C1, DT1C2)
FROM T1 NATURAL INNER JOIN T2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment