| Subject | Select and where |
|---|---|
| Author | Michael Vilhelmsen |
| Post date | 2003-12-08T13:52:43Z |
Hi
Can I in the where part of a select statement call a procedure ?
Something like
Select
*
from MyTable
Where
MyProcedure (SomeField) = Something
Michael
Can I in the where part of a select statement call a procedure ?
Something like
Select
*
from MyTable
Where
MyProcedure (SomeField) = Something
Michael