aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/action/eval_regexp.sql
blob: 6e3fcf0ad6ef1341673e772ca724487955ea2288 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* syntax version 1 */
/* postgres can not */
USE plato;
$arg1 = "" || "";
$arg2 = (Unicode::ToUpper("i") ?? "") || "npu.";
$arg3 = "" || "";
$arg4 = "" || "raw";

SELECT
    count(*)
FROM REGEXP($arg1,$arg2,$arg3,$arg4);