不要怂,就是干,撸起袖子干!

Commit 51bc929b by Mikk Andresen

Removed discouraged usages from the option list.

1 parent 4a272263
Showing with 1 additions and 1 deletions
...@@ -651,7 +651,7 @@ module.exports = (function() { ...@@ -651,7 +651,7 @@ module.exports = (function() {
* ```sql * ```sql
* WHERE attr1 > 50 AND attr2 <= 45 AND attr3 IN (1,2,3) AND attr4 != 5 * WHERE attr1 > 50 AND attr2 <= 45 AND attr3 IN (1,2,3) AND attr4 != 5
* ``` * ```
* Possible options are: `ne/$ne, in/$in, not/$not, notIn/$notIn, gte/$gte, gt/$gt, lte/$lte, lt/$lt, like/$like, ilike/$ilike/$iLike, nlike/$notLike, notilike/$notILike, '..'/between/$between, '!..'/notbetween/nbetween/$notBetween, '&&'/overlap/$overlap, '@>'/$contains, '<@'/$contained` * Possible options are: `$ne, $in, $not, $notIn, $gte, $gt, $lte, $lt, $like, $ilike/$iLike, $notLike, $notILike, '..'/$between, '!..'/$notBetween, '&&'/$overlap, '@>'/$contains, '<@'/$contained`
* *
* __Queries using OR__ * __Queries using OR__
* ```js * ```js
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!