Subject | Re: How to use a variable to forme a query? |
---|---|
Author | peixinhosdalua |
Post date | 2012-07-13T00:01:50Z |
Very interesting!
Is it possible to make a output of the variable this_query to view if all newly formed variable is correct? Something like a send_to_log()
send_to_log(this_query);
for execute statement :this_query into :a, :b, :c, ..., :z do
suspend;
end
thank you
Is it possible to make a output of the variable this_query to view if all newly formed variable is correct? Something like a send_to_log()
send_to_log(this_query);
for execute statement :this_query into :a, :b, :c, ..., :z do
suspend;
end
thank you