On Mon, 10 Nov 2003 at 14:55, Michael Bielicki wrote:

> Just as a tip you could do that with regex functions as well,
> omitting the quite costly length functions ..

Well, regular expressions can be costly as well, and it depends on the
DBMS implementation how costly length() is. If the actual length of a
text or varchar field is being stored anyways, length() can be
implemented in a rather cheap way.

cu
        Reinhard

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to