Hello, how can I force the use in the SQL statement of the IN CLAUSE instead of a sub-query?
I have a table (view) with the values I need, but the performance with sub-query is worst than with IN (values, ...).
I hope you understand me, and sorry for my bad english.
regards
I have a table (view) with the values I need, but the performance with sub-query is worst than with IN (values, ...).
I hope you understand me, and sorry for my bad english.
regards