Empty RELIES_ON for RESULT_CACHE

I have a query inside the function with RESULT_CACHE.

So when the table is changed - my cache is invalidated and function is executed again.

What I want is to implement the function that depends only on input parameters, and doesn't depend on any implicit dependencies (like tables, etc).

Is it possible (without dynamic sql)?

5
задан zerkms 29 April 2011 в 01:25
поделиться