SELECT
This page is part of MariaDB's Documentation.
The parent of this page is: SQL Statements for MariaDB Enterprise Server
Topics on this page:
Overview
Retrieves data from one or more tables.
DETAILS
The
SELECT
statement can be used to retrieve data from one or more tables.SELECT ... INTO OUTFILE
can be used to write the output to a file on the database server.
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.