aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/table_range/range_over_regexp.sql
blob: f78820f9529ed3dc788d0e425c0de53257686720 (plain) (blame)
1
2
3
4
5
/* postgres can not */
/* kikimr can not - range not supported */
/* syntax version 1 */
PRAGMA RegexUseRe2='true';
select count(*) as count from plato.regexp(``, "np");