[asterisk-users] func_odbc do not read LIKE predicate

Kevin Larsen kevin.larsen at pioneerballoon.com
Thu Mar 13 16:17:58 CDT 2014


> readsql=SELECT name FROM asterisk_sippeers WHERE name = '%477'

Not sure what database you are accessing, but have you tried the 
following:

readsql=SELECT name FROM asterisk_sippeers WHERE name LIKE '%477'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140313/b9afe59d/attachment.html>


More information about the asterisk-users mailing list