Rechercher dans le manuel MySQL
Chapter 13 SQL Statement Syntax
Table of Contents [+/-]
- 13.1 Data Definition Statements [+/-]
- 13.1.1 Atomic Data Definition Statement Support
- 13.1.2 ALTER DATABASE Syntax
- 13.1.3 ALTER EVENT Syntax
- 13.1.4 ALTER FUNCTION Syntax
- 13.1.5 ALTER INSTANCE Syntax
- 13.1.6 ALTER LOGFILE GROUP Syntax
- 13.1.7 ALTER PROCEDURE Syntax
- 13.1.8 ALTER SERVER Syntax
- 13.1.9 ALTER TABLE Syntax
- 13.1.10 ALTER TABLESPACE Syntax
- 13.1.11 ALTER VIEW Syntax
- 13.1.12 CREATE DATABASE Syntax
- 13.1.13 CREATE EVENT Syntax
- 13.1.14 CREATE FUNCTION Syntax
- 13.1.15 CREATE INDEX Syntax
- 13.1.16 CREATE LOGFILE GROUP Syntax
- 13.1.17 CREATE PROCEDURE and CREATE FUNCTION Syntax
- 13.1.18 CREATE SERVER Syntax
- 13.1.19 CREATE SPATIAL REFERENCE SYSTEM Syntax
- 13.1.20 CREATE TABLE Syntax
- 13.1.21 CREATE TABLESPACE Syntax
- 13.1.22 CREATE TRIGGER Syntax
- 13.1.23 CREATE VIEW Syntax
- 13.1.24 DROP DATABASE Syntax
- 13.1.25 DROP EVENT Syntax
- 13.1.26 DROP FUNCTION Syntax
- 13.1.27 DROP INDEX Syntax
- 13.1.28 DROP LOGFILE GROUP Syntax
- 13.1.29 DROP PROCEDURE and DROP FUNCTION Syntax
- 13.1.30 DROP SERVER Syntax
- 13.1.31 DROP SPATIAL REFERENCE SYSTEM Syntax
- 13.1.32 DROP TABLE Syntax
- 13.1.33 DROP TABLESPACE Syntax
- 13.1.34 DROP TRIGGER Syntax
- 13.1.35 DROP VIEW Syntax
- 13.1.36 RENAME TABLE Syntax
- 13.1.37 TRUNCATE TABLE Syntax
- 13.2 Data Manipulation Statements [+/-]
- 13.3 Transactional and Locking Statements [+/-]
- 13.3.1 START TRANSACTION, COMMIT, and ROLLBACK Syntax
- 13.3.2 Statements That Cannot Be Rolled Back
- 13.3.3 Statements That Cause an Implicit Commit
- 13.3.4 SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT Syntax
- 13.3.5 LOCK INSTANCE FOR BACKUP and UNLOCK INSTANCE Syntax
- 13.3.6 LOCK TABLES and UNLOCK TABLES Syntax
- 13.3.7 SET TRANSACTION Syntax
- 13.3.8 XA Transactions
- 13.4 Replication Statements [+/-]
- 13.5 Prepared SQL Statement Syntax [+/-]
- 13.6 Compound-Statement Syntax [+/-]
- 13.7 Database Administration Statements [+/-]
- 13.8 Utility Statements [+/-]
This chapter describes the syntax for the SQL statements supported by MySQL.
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-sql-syntax.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.