Subject Re: [firebird-support] Does SP use indexes?
Author Dimitry Sibiryakov
On 28 Jul 2006 at 21:17, chand0s wrote:

>Question -
>if I will execute my SP with query
> select * from test_sp() order by id
>
>Will SP use indexes?

No, it won't. SPs are precompiled so external conditions cannot be
injected.

--
SY, Dimitry Sibiryakov.