跳到主要内容

NOT LIKE

使用 SQL 模式进行模式不匹配。返回 1(TRUE)或 0(FALSE)。如果 exprpat 为 NULL,结果为 NULL。

语法

<expr> NOT LIKE <pattern>

示例

SELECT name, category FROM system.functions WHERE name like 'tou%' AND name not like '%64' ORDER BY name;
+----------+------------+
| name | category |
+----------+------------+
| touint16 | conversion |
| touint32 | conversion |
| touint8 | conversion |
+----------+------------+
开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册