可以在存储过程中使用正则表达式吗?如果可以,怎么样?你能举一些如何做的例子吗?
答案 0 :(得分:25)
一般来说,是的。
MySQL:http://dev.mysql.com/doc/refman/5.1/en/regexp.html
Oracle: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/