aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/udf/two_regexps.sql
blob: 23c16a81cdb4987673d75e13b4c0058081d4e21a (plain) (blame)
1
2
3
4
5
/* postgres can not */
$is_abc = Pire::Match(".*abc");
$_is_wtf = Pire::Match(".*wtf");

SELECT * FROM plato.Input WHERE $is_abc(value) LIMIT 10;