MySQL Reference Manual for version 4.0.18.

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

SQL command, type and function index: N -- S

Jump to:   !   "   %   &   (   *   +   -   .   /   <   =   >   \   ^   _   `   |   ~  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y  

Index Entry Section

N
NATIONAL CHAR11. Column Types
NATURAL LEFT JOIN13.1.7.1 JOIN Syntax
NATURAL LEFT OUTER JOIN13.1.7.1 JOIN Syntax
NATURAL RIGHT JOIN13.1.7.1 JOIN Syntax
NATURAL RIGHT OUTER JOIN13.1.7.1 JOIN Syntax
NCHAR11. Column Types
newline (\n)10.1.1 Strings
NOT BETWEEN12.1.2 Comparison Operators
not equal (!=)12.1.2 Comparison Operators
not equal (<>)12.1.2 Comparison Operators
NOT IN12.1.2 Comparison Operators
NOT LIKE12.2.1 String Comparison Functions
NOT REGEXP12.2.1 String Comparison Functions
NOT, logical12.1.3 Logical Operators
NOW()12.4 Date and Time Functions
NUL10.1.1 Strings
NULLA.5.3 Problems with NULL Values
NULL value10.1.5 NULL Values
NULLIF()12.1.4 Control Flow Functions
NUMERIC11. Column Types
NumGeometries()17.5.2.7 GeometryCollection Functions
NumInteriorRings()17.5.2.5 Polygon Functions
NumPoints()17.5.2.3 LineString Functions

O
OCT()12.2 String Functions
OCTET_LENGTH()12.2 String Functions
OLD_PASSWORD()12.6.2 Encryption Functions
OPEN18.1.8.2 Cursor OPEN Statement
Operators, logical12.1.3 Logical Operators
OPTIMIZE TABLE13.5.2.5 OPTIMIZE TABLE Syntax
OR7.2.5 How MySQL Optimizes OR Clauses
OR, bitwise12.6.1 Bit Functions
OR, logical12.1.3 Logical Operators
ORD()12.2 String Functions
ORDER BY13.2.2 ALTER TABLE Syntax
Overlaps()17.5.6 Functions That Test Spatial Relationships Between Geometries

P
parentheses ( and )12.1.1 Parentheses
PASSWORD()5.4.5 Access Control, Stage 1: Connection Verification
PASSWORD()5.5.7 Setting Up Passwords
PASSWORD()12.6.2 Encryption Functions
PASSWORD()A.2.14 Ignoring user Error
PATH environment variable2.2.6 Installing MySQL on Other Unix-like Systems
PATH environment variableE. Environment Variables
PERIOD_ADD()12.4 Date and Time Functions
PERIOD_DIFF()12.4 Date and Time Functions
PI()12.3.2 Mathematical Functions
POINT17.4.1 MySQL Spatial Datatypes
Point()17.4.2.3 Creating Geometry Values Using MySQL-Specific Functions
PointFromText()17.4.2.1 Creating Geometry Values Using WKT Functions
PointFromWKB()17.4.2.2 Creating Geometry Values Using WKB Functions
PointN()17.5.2.3 LineString Functions
PointOnSurface()17.5.2.6 MultiPolygon Functions
PolyFromText()17.4.2.1 Creating Geometry Values Using WKT Functions
PolyFromWKB()17.4.2.2 Creating Geometry Values Using WKB Functions
POLYGON17.4.1 MySQL Spatial Datatypes
Polygon()17.4.2.3 Creating Geometry Values Using MySQL-Specific Functions
PolygonFromText()17.4.2.1 Creating Geometry Values Using WKT Functions
PolygonFromWKB()17.4.2.2 Creating Geometry Values Using WKB Functions
POSITION()12.2 String Functions
POW()12.3.2 Mathematical Functions
POWER()12.3.2 Mathematical Functions
PRIMARY KEY13.2.5 CREATE TABLE Syntax
PROCESSLIST13.5.3.6 SHOW PROCESSLIST
PURGE MASTER LOGS13.6.1.1 PURGE MASTER LOGS

Q
QUARTER()12.4 Date and Time Functions
QUOTE()12.2 String Functions
quoting of identifiers10.2 Database, Table, Index, Column, and Alias Names

R
RADIANS()12.3.2 Mathematical Functions
RAND()12.3.2 Mathematical Functions
REAL11. Column Types
ref_or_null7.2.6 How MySQL Optimizes IS NULL
REGEXP12.2.1 String Comparison Functions
Related()17.5.6 Functions That Test Spatial Relationships Between Geometries
RELEASE_LOCK()12.6.4 Miscellaneous Functions
RENAME TABLE13.2.9 RENAME TABLE Syntax
REPAIR TABLE13.5.2.6 REPAIR TABLE Syntax
REPEAT18.1.9.6 REPEAT Statement
REPEAT()12.2 String Functions
REPLACE13.1.6 REPLACE Syntax
REPLACE ... SELECT13.1.4 INSERT Syntax
REPLACE()12.2 String Functions
REQUIRE GRANT option5.5.9.4 SSL GRANT Options
RESET MASTER13.6.1.2 RESET MASTER
RESET SLAVE13.6.2.5 RESET SLAVE
RESTORE TABLE13.5.2.7 RESTORE TABLE Syntax
return (\r)10.1.1 Strings
REVERSE()12.2 String Functions
REVOKE13.5.1.1 GRANT and REVOKE Syntax
RIGHT JOIN13.1.7.1 JOIN Syntax
RIGHT OUTER JOIN13.1.7.1 JOIN Syntax
RIGHT()12.2 String Functions
RLIKE12.2.1 String Comparison Functions
ROLLBACK1.8.5.3 Transactions and Atomic Operations
ROLLBACK13.4.1 START TRANSACTION, COMMIT, and ROLLBACK Syntax
ROLLBACK TO SAVEPOINT13.4.4 SAVEPOINT and ROLLBACK TO SAVEPOINT Syntax
ROLLUP12.7.2 GROUP BY Modifiers
ROUND()12.3.2 Mathematical Functions
RPAD()12.2 String Functions
RTRIM()12.2 String Functions

S
SAVEPOINT13.4.4 SAVEPOINT and ROLLBACK TO SAVEPOINT Syntax
SEC_TO_TIME()12.4 Date and Time Functions
SECOND()12.4 Date and Time Functions
SELECT13.1.7 SELECT Syntax
SELECT INTO18.1.6.3 SELECT ... INTO Statement
SELECT INTO TABLE1.8.5.2 SELECT INTO TABLE
SELECT speed7.2.3 Speed of SELECT Queries
SELECT, optimizing7.2.1 EXPLAIN Syntax (Get Information About a SELECT)
SESSION_USER()12.6.3 Information Functions
SET11. Column Types
SET11.3.4 The SET Type
SET GLOBAL SQL_SLAVE_SKIP_COUNTER13.6.2.6 SET GLOBAL SQL_SLAVE_SKIP_COUNTER
SET OPTION7.5.6 SET Syntax
SET PASSWORD statement5.5.7 Setting Up Passwords
SET SQL_LOG_BIN13.6.1.3 SET SQL_LOG_BIN
SET TRANSACTION13.4.6 SET TRANSACTION Syntax
SHA()12.6.2 Encryption Functions
SHA1()12.6.2 Encryption Functions
SHOW BINLOG EVENTS13.6.1.4 SHOW BINLOG EVENTS
SHOW COLUMNS13.5.3 SHOW Syntax
SHOW CREATE FUNCTION18.1.1.4 SHOW CREATE PROCEDURE and SHOW CREATE FUNCTION
SHOW CREATE PROCEDURE18.1.1.4 SHOW CREATE PROCEDURE and SHOW CREATE FUNCTION
SHOW CREATE TABLE13.5.3 SHOW Syntax
SHOW CREATE TABLE13.5.3.8 SHOW CREATE TABLE
SHOW DATABASES13.5.3 SHOW Syntax
SHOW FIELDS13.5.3 SHOW Syntax
SHOW FUNCTION STATUS18.1.2 SHOW PROCEDURE STATUS and SHOW FUNCTION STATUS
SHOW GRANTS13.5.3 SHOW Syntax
SHOW GRANTS13.5.3.7 SHOW GRANTS
SHOW INDEX13.5.3 SHOW Syntax
SHOW KEYS13.5.3 SHOW Syntax
SHOW MASTER LOGS13.5.3 SHOW Syntax
SHOW MASTER LOGS13.6.1.6 SHOW MASTER LOGS
SHOW MASTER STATUS13.5.3 SHOW Syntax
SHOW MASTER STATUS13.6.1.5 SHOW MASTER STATUS
SHOW PRIVILEGES13.5.3.11 SHOW PRIVILEGES
SHOW PROCEDURE STATUS18.1.2 SHOW PROCEDURE STATUS and SHOW FUNCTION STATUS
SHOW PROCESSLIST13.5.3 SHOW Syntax
SHOW PROCESSLIST13.5.3.6 SHOW PROCESSLIST
SHOW SLAVE HOSTS13.6.1.7 SHOW SLAVE HOSTS
SHOW SLAVE STATUS13.5.3 SHOW Syntax
SHOW SLAVE STATUS13.6.2.7 SHOW SLAVE STATUS
SHOW STATUS13.5.3 SHOW Syntax
SHOW TABLE STATUS13.5.3 SHOW Syntax
SHOW TABLE TYPES13.5.3 SHOW Syntax
SHOW TABLE TYPES13.5.3.10 SHOW TABLE TYPES
SHOW TABLES13.5.3 SHOW Syntax
SHOW VARIABLES13.5.3 SHOW Syntax
SHOW WARNINGS13.5.3 SHOW Syntax
SHOW WARNINGS13.5.3.9 SHOW WARNINGS | ERRORS
SIGN()12.3.2 Mathematical Functions
SIN()12.3.2 Mathematical Functions
single quote (\')10.1.1 Strings
SMALLINT11. Column Types
SOUNDEX()12.2 String Functions
SOUNDS LIKE12.2 String Functions
SPACE()12.2 String Functions
SQL_CACHE13.8.3 Query Cache Options in SELECT
SQL_NO_CACHE13.8.3 Query Cache Options in SELECT
SQRT()12.3.2 Mathematical Functions
SRID()17.5.2.1 General Geometry Functions
START SLAVE13.6.2.8 START SLAVE
START TRANSACTION13.4.1 START TRANSACTION, COMMIT, and ROLLBACK Syntax
StartPoint()17.5.2.3 LineString Functions
statements, GRANT5.5.4 Adding New Users to MySQL
statements, INSERT5.5.4 Adding New Users to MySQL
STD()12.7.1 GROUP BY Functions
STDDEV()12.7.1 GROUP BY Functions
STOP SLAVE13.6.2.9 STOP SLAVE
STR_TO_DATE()12.4 Date and Time Functions
STRAIGHT_JOIN13.1.7.1 JOIN Syntax
STRCMP()12.2.1 String Comparison Functions
string comparison functions12.2.1 String Comparison Functions
string functions12.2 String Functions
SUBDATE()12.4 Date and Time Functions
SUBSTRING()12.2 String Functions
SUBSTRING_INDEX()12.2 String Functions
SUBTIME()12.4 Date and Time Functions
subtraction (-)12.3.1 Arithmetic Operations
SUM()12.7.1 GROUP BY Functions
SymDifference()17.5.3.2 Spatial Operators
SYSDATE()12.4 Date and Time Functions
SYSTEM_USER()12.6.3 Information Functions

Jump to:   !   "   %   &   (   *   +   -   .   /   <   =   >   \   ^   _   `   |   ~  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y  

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by rdg (Feb 25 2004) using texi2html