Supported features supported
:
me() now() rand() strlen(...) concat(...) substr(...) strpos(...) lower(...) upper(...)
Supported Operators Supported
:
AND, OR, NOT, IN, ><=, +-*/
OFFSET is part of LIMIT: offset, rowcount, i.e.
LIMIT 5, 5
ORDER BY is supported, DESC is also supported, ASC, SELECT * is not supported
EDIT: Joins are not supported, but you can do subqueries
Anatoly Lubarsky
source share