Hi, I am trying to invoke a select count(*) from table1 or select count(pk_id) from table1. I am using SQL and do get the result in the body in following format,
[{COUNT(*)=10}] or [{COUNT(PK_ID)=10}]. I would like to use the response to do some conditional routing. How do I get the result from the body and use it as following for conditional routing, count(*)>=1 Thanks, P -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SQL-tp5788710.html Sent from the Camel - Users mailing list archive at Nabble.com.