Viewing 3 posts - 1 through 3 (of 3 total)
Currently, there are 7333689 rows in table 'D' with 'valid_application_flag' = Y.
This can increase in the future...
I am just concerned with this....
If we see the...
January 17, 2006 at 4:07 pm
#615328
PW, Application_Key is the primary key on table 'D'. So it will have unique values. Will the new query make an issue now?
January 17, 2006 at 3:16 pm
#615313
Hi OldHand, Thnx for the reply...
Do u mean to say to rewrite the query like this?
SELECT A.julian_month, B.month_year, C.lienholder, C.product_credit_type AS Requested_Product_Credit_Type, C.Period
FROM A INNER JOIN B ON ...
January 17, 2006 at 3:14 pm
#615311