I'm trying to compile a complete list but the sources don't agree.
Here's what I've got so far. Let me know if I'm missing anything, or if I've put anything in incorrectly.
Basic format: SELECT [fields] FROM [table] WHERE [conditions]
In the docs: now(), strlen(), substr() and strpos(), IN
Unsure:
- AND
- OR
- LIMIT
- ORDER_BY
- OFFSET
- Anything else?
Also: Joins are definitely out right?