$not (aggregation) Definition Behavior Example $not (aggregation) Definition $not Evaluates a boolean and returns the opposite boolean value; i.e.when passed an express...
Reflection Reflection The reflection module contains helpers for introspecting existing databases. This module is used internally by several other modules in the playhouse, inc...
REST API Basic Path Authentication HTTP Headers HTTP Response Status Code Error Codes REST API EMQX exposes an HTTP management API designed following OpenAPI (Swagger) 3.0 ...
IS NOT 语法说明 语法结构 示例 IS NOT 语法说明 IS NOT 运算符用于测试数值是否为布尔值,若不是布尔值,则返回结果为 true 。其中 boolean_value 可以为 TRUE 、FALSE 或 UNKNOWN 。 语法结构 > IS NOT boolean_value 示例 mysq...