$ 0 0 Hi, INDEX and SUBSTR functions impact the query performance, I suggest you should use a derived table instead of Subquery. Perform all the INDEX and SUBSTR functionality inside the derived table and then use those derived columns in main query.
Hi,
INDEX and SUBSTR functions impact the query performance, I suggest you should use a derived table instead of Subquery.
Perform all the INDEX and SUBSTR functionality inside the derived table and then use those derived columns in main query.