Skip to content

Files

Latest commit

author
Jesse Seldess
Jun 20, 2016
20a92c7 · Jun 20, 2016

History

History
26 lines (15 loc) · 426 Bytes

select.md

File metadata and controls

26 lines (15 loc) · 426 Bytes
title summary toc
SELECT
The SELECT statement retrieves data from a table.
false

The SELECT statement retrieves data from a table.

Synopsis

{% include sql/diagrams/select.html %}

Required Privileges

The user must have the SELECT privilege on the table.

Parameters

Parameter Description