aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/tests/sql/suites/action/eval_like.sql
blob: 24132ebd39dcce5f0ff780c87c7987fb4a09fc88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* syntax version 1 */
/* postgres can not */
USE plato;

$arg1 = "" || "";
$arg2 = CAST(Unicode::ToUpper("i"u) AS String) || "npu_";
$arg3 = "" || "";
$arg4 = "" || "raw";

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