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:
Also: Joins are definitely out right?
functions supported:
me()
now()
rand()
strlen(...)
concat(...)
substr(...)
strpos(...)
lower(...)
upper(...)
operators supported:
AND, OR, NOT, IN, ><=, +-*/
OFFSET is a part of LIMIT: offset, rowcount, i.e.
LIMIT 5, 5
ORDER BY is supported, DESC, ASC is supported also, SELECT * not supported
EDIT: joins not supported but you can do subqueries
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With