vandeberg,
Agree with you, using a function, especially a string function will not only increase spool and full table scan, but also will cause the optimizer to use a product join strategy to resolve this join.
I would suggest to create a column with this function in a derived or volatile table and then use that table in join.
vandeberg,
Agree with you, using a function, especially a string function will not only increase spool and full table scan, but also will cause the optimizer to use a product join strategy to resolve this join.
I would suggest to create a column with this function in a derived or volatile table and then use that table in join.