range_over_regexp.sql 170 B

12345
  1. /* postgres can not */
  2. /* kikimr can not - range not supported */
  3. /* syntax version 1 */
  4. PRAGMA RegexUseRe2='true';
  5. select count(*) as count from plato.regexp(``, "np");