That's actually not true. Try:

Code:
 ? "Without a double %%: %test%"
? "With a double %%: %%test%%"
get $



It evaluates it to nothing... When you are passing sql commands through an execute function, the headaches start to occur.

Richard