Does anyone know what the Ignite capabilities are regarding SQL and Regular Expressions?
Specifically, I am trying to do an SQLFieldQuery based on 2 fields where I would like the text to start with a sequence of characters. In regular SQL speak, this can be done using the '^' character at the beginning of the regular expression. However, I tried putting the '^' character in my SQLFieldQuery as well as in the setArgs() method, but neither seemed to work. Does anyone have more detailed on Ignite Regular Expressions? Thanks much, Florian -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/SQL-Query-Regular-Expression-tp505.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
