SELECT


SELECT

SELECT is used to retrieve data from one or more tables (or views). See Chapter 4, "Retrieving Data"; Chapter 5, "Sorting Retrieved Data"; and Chapter 6, "Filtering Data," for more basic information. (Chapters 417 all cover aspects of SELECT.)

Input

SELECT columnname, ... FROM tablename, ... [WHERE ...] [UNION ...] [GROUP BY ...] [HAVING ...] [ORDER BY ...];




MySQL Crash Course
MySQL Crash Course
ISBN: 0672327120
EAN: 2147483647
Year: 2004
Pages: 214
Authors: Ben Forta

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net