Subject | Re: MAKE 'EXECUTE STATEMENT' USE INDEX |
---|---|
Author | Dmitry Yemanov |
Post date | 2015-08-19T08:51:27Z |
19.08.2015 10:26, 'Mr. John' wrote:
procedure, it says nothing about actual plans inside MY_PROC.
Dmitry
> now index is used if I callThat' OK. In complex plans, (MY_PROC NATURAL) just means a select from a
> SELECT * FROM MYPROC(...)
> but I use it in other procedures,no join on it just simply SELECT ..
> FROM MYPROC(...) in this case I can see in the plan :
> ...(MYPROC NATURAL)...
procedure, it says nothing about actual plans inside MY_PROC.
Dmitry