Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c08f6f77
Commit
c08f6f77
authored
Nov 05, 2001
by
arjen@co3064164-a.bitbike.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge arjen@work.mysql.com:/home/bk/mysql-4.0
into co3064164-a.bitbike.com:c:/home/mysql-4.0
parents
96fc8a7d
7926c032
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Docs/manual.texi
Docs/manual.texi
+8
-2
No files found.
Docs/manual.texi
View file @
c08f6f77
...
...
@@ -5910,8 +5910,8 @@ in function.
@item
Use of full calculation names in the order part. (For ACCESS97)
@item
@code{
UNION}, @code{
MINUS}, @code{INTERSECT} and @code{FULL OUTER JOIN}.
(Currently
only @code{LEFT OUTER JOIN} is
supported)
@code{MINUS}, @code{INTERSECT} and @code{FULL OUTER JOIN}.
(Currently
@code{UNION} (in 4.0) and @code{LEFT OUTER JOIN} are
supported)
@item
Allow @code{UNIQUE} on fields that can be @code{NULL}.
@item
...
...
@@ -33777,6 +33777,12 @@ semantically equivalent to an @code{INNER JOIN} or a @code{LEFT JOIN}
with a @code{USING} clause that names all columns that exist in both
tables.
@item
@cindex hints
@code{INNER JOIN} and @code{,} (comma) are semantically equivalent.
Both do a full join between the tables used. Normally, you specify
how the tables should be linked in the WHERE condition.
@item
@code{RIGHT JOIN} works analogously as @code{LEFT JOIN}. To keep code
portable across databases, it's recommended to use @code{LEFT JOIN}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment