regexp_udf.sql 101 B

123
  1. /* postgres can not */
  2. $regexp = Pire::Match("q.*");
  3. select * from plato.Input where $regexp(value);