aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/udf/regexp_udf.sql
blob: f3fba9673885c6d788f092b2d642e0d12e5e3270 (plain) (blame)
1
2
3
/* postgres can not */
$regexp = Pire::Match("q.*");
select * from plato.Input where $regexp(value);