可以在存储过程中使用正则表达式吗?如果可以,怎么样?你能举一些如何做的例子吗?
一般来说,是的.
原文链接:https://www.f2er.com/regex/357266.htmlMysqL:http://dev.mysql.com/doc/refman/5.1/en/regexp.html
甲骨文:http://www.oracle.com/technology/obe/obe10gdb/develop/regexp/regexp.htm
MS sql:http://msdn.microsoft.com/en-us/magazine/cc163473.aspx
多一点:
Postgresql:http://www.postgresql.org/docs/8.3/static/functions-matching.html
DB2:http://www.ibm.com/developerworks/data/library/techarticle/0301stolze/0301stolze.html
Informix:http://www.ibm.com/developerworks/data/zones/informix/library/techarticle/db_regexp.html
sql Anywhere:http://iablog.sybase.com/paulley/2009/06/using-regular-expressions-with-sql-anywhere/