9 Nov
2010
9 Nov
'10
4:10 p.m.
On 11/09/2010 05:39 PM, Tom Teeuwen wrote:
Do you have an example of how to achive this ?
You could maybe try something like: update request { Tmp-String-0 := "%{sql1: ... query ...}" } if (Tmp-String-0 =~ /^$/) { # empty string; try 2nd sql update request { Tmp-String-0 := "%{sql2: ... query ...}" } } # now compare contents of Tmp-String-0 Obviously that won't work if you execute a query which has a valid result as "" (empty string)