blob: 530b9880124eb16e76c353b39bc973fd94313e6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* syntax version 1 */
/* postgres can not */
/* kikimr can not - range not supported */
$a = "";
$b = "Input";
$c = "";
$d = "";
SELECT count(*) FROM plato.regexp_strict($a,$b,$c,$d);
use plato;
$a = "";
$b = "Input";
$c = "";
$d = "";
SELECT count(*) FROM regexp_strict($a,$b,$c,$d);
|