Basic SQL: Where, Order by,Comparision and Logical Conditions
http://superman-chenzs.itpub.net/post/29327/273849
SELECT *|{[DISTINCT] column|expression [alias],...}
FROM table
[WHERE condition(s)]
[ORDER BY Clause];
Limiting the Rows Selected
* Restr