|
From: Aquil H. A. <aqu...@gm...> - 2012-10-30 14:45:09
|
Hello All,
I am querying a table that has a field with a string value. I would like to determine if the string matches a pattern. Is there a simple way to do that through readWhere and the condition syntax? None of the following work, but I was wondering if it were possible to do something similar:
table.readWhere('"CLZ' in field') or table.readWhere('symbol[:3] == "CLZ"')
Thanks!
--
Aquil H. Abdullah
"I never think of the future. It comes soon enough" - Albert Einstein
|