Subject Select and where
Author Michael Vilhelmsen
Hi

Can I in the where part of a select statement call a procedure ?

Something like

Select
*
from MyTable
Where
MyProcedure (SomeField) = Something

Michael