Ross Pfahler
Member since Jan 28, 2011
- Profile: /members/7695-ross-pfahler.htm
- URL: http://rosspfahlerconsulting.com
- Comments: 2
Recent Blog Comments By Ross Pfahler
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 31, 2011 at 9:21 PM
@Ben Not sure if you are referring to the use of a cursors, the 'connect by level', or the use of a regular expression? Either way, all are standard PL/SQL in Oracle. But, given how much licenses cost, I'd say it is all enterprise :)... read more »
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 28, 2011 at 3:40 PM
A little pl/sql into the mix (one of the many, many ways to do this, I'm sure...especially depending on the collection type). Tested in Oracle 10g by the way. declare CURSOR nameIsSo (nameList VARCHAR2, verb VARCHAR2) IS SELECT REGEXP_SUBSTR( nameList, '[^,]+', 1, rownum) || ' is so ' ||... read more »