G
Guest
It is possible to use a Function call in a WHERE expression like this:
WHERE FieldX=FunctionX(),
where FunctionX() is a Global Function in a Module.
But this expression does not work:
WHERE FieldX In (FunctionX()),
i.e. FunctionX is not called when the query is executed.
Any idea for another solution?
WHERE FieldX=FunctionX(),
where FunctionX() is a Global Function in a Module.
But this expression does not work:
WHERE FieldX In (FunctionX()),
i.e. FunctionX is not called when the query is executed.
Any idea for another solution?