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
530882c5
Commit
530882c5
authored
Sep 28, 2001
by
paul@central.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi typos
parent
a99b7e77
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Docs/manual.texi
Docs/manual.texi
+3
-3
No files found.
Docs/manual.texi
View file @
530882c5
...
...
@@ -13948,8 +13948,8 @@ MySQL.
Some of the examples use the table @code{shop} to hold the price of each
article (item number) for certain traders (dealers). Supposing that each
trader has a single fixed price per article, then (@code{
item
},
@code{
trad
er}) is a primary key for the records.
trader has a single fixed price per article, then (@code{
article
},
@code{
deal
er}) is a primary key for the records.
Start the command line tool @code{mysql} and select a database:
...
...
@@ -14158,7 +14158,7 @@ splitting of the concatenated column in the client.
@subsection Using user variables
You can use MySQL user variables to remember results without
having to store them in
a
temporary variables in the client.
having to store them in temporary variables in the client.
@xref{Variables}.
For example, to find the articles with the highest and lowest price you
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