Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
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
pikelang
pike
Commits
2d8afa1a
Commit
2d8afa1a
authored
28 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo.
Rev: doc/precompiled/sql:1.3
parent
4532004b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/precompiled/sql
+9
-9
9 additions, 9 deletions
doc/precompiled/sql
with
9 additions
and
9 deletions
doc/precompiled/sql
+
9
−
9
View file @
2d8afa1a
...
...
@@ -18,7 +18,7 @@ SEE ALSO
============================================================================
NAME
create - connect to an SQL database
create - connect to an SQL database
SYNTAX
#include <sql.h>
...
...
@@ -77,12 +77,12 @@ EXAMPLE
}
SEE ALSO
sql->query
()
sql->query
============================================================================
NAME
error - report the last error from the underlying SQL
-
module
error - report the last error from the underlying SQL
module
SYNTAX
#include <sql.h>
...
...
@@ -105,10 +105,10 @@ SYNTAX
DESCRIPTION
Most SQL-servers can hold several databases. You select which one
you want to
s
ccess with this function.
you want to
a
ccess with this function.
SEE ALSO
s
ql
->create
, sql->create_db, sql->drop_db
S
ql, sql->create_db, sql->drop_db
============================================================================
...
...
@@ -132,7 +132,7 @@ SEE ALSO
============================================================================
NAME
big_query - make an SQL query
,
advanced version
big_query - make an SQL query
(
advanced version
)
SYNTAX
#include <sql.h>
...
...
@@ -185,7 +185,7 @@ SEE ALSO
============================================================================
NAME
shutdown - shutdown the SQL
-
server
shutdown - shutdown the SQL
server
SYNTAX
#include <sql.h>
...
...
@@ -217,7 +217,7 @@ SEE ALSO
============================================================================
NAME
server_info - give information about the current SQL
-
server
server_info - give information about the current SQL
server
SYNTAX
#include <sql.h>
...
...
@@ -250,7 +250,7 @@ SEE ALSO
============================================================================
NAME
list_dbs - list available databases from this SQL
-
server
list_dbs - list available databases from this SQL
server
SYNTAX
#include <sql.h>
...
...
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