You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intro page provides limited examples on the query conditions, as a newbie, I don't really know how to use it for complex conditions...
How about adding more examples? E.g.:
// id = 100 OR id = 73
// id = 200 AND (status="publish" OR status="edit")
// id != 100 OR ( name IN("james", "robert", "mike") )
something like this will help us to construct complex conditions easily... ^_^
and possible provide some examples related to timestamp operation, e.g. less than 24 hours, more than 3 days...
I can write plain SQL statement, however, when trying to use function to wrap it, then hardly have idea how to get it done... Hoping for some (more complex and real-life) examples...
Sorry for asking a newbie question... 抱歉... :)
Thanks...
The text was updated successfully, but these errors were encountered:
The intro page provides limited examples on the query conditions, as a newbie, I don't really know how to use it for complex conditions...
How about adding more examples? E.g.:
something like this will help us to construct complex conditions easily... ^_^
and possible provide some examples related to timestamp operation, e.g.
less than 24 hours
,more than 3 days
...I can write plain SQL statement, however, when trying to use function to wrap it, then hardly have idea how to get it done... Hoping for some (more complex and real-life) examples...
Sorry for asking a newbie question... 抱歉... :)
Thanks...
The text was updated successfully, but these errors were encountered: