Board index » delphi » Impossible SQL Problem
Andy Murphy
![]() Delphi Developer |
Mon, 29 Apr 2002 03:00:00 GMT
Impossible SQL Problem
After trying nearly every method put to me after a week i'm no closer at
getting around my problem of merging to tables together the two tables are structured thus: Rate99 (this holds all the records for the current year) Rate95A (this holds 1995 values which i would like inserted into the They currently look like: Rate99 Rate95A Ref Rval ('s) Ref RV95A('s) as an example, in the real tables there are 1.7 million records. What i want is one table based on the rate99 table but with values added Based on the above example, i want the rate99 (or a new table) to end up Ref Rval ('s) RV95A ('s) This is surely fairly straightforward SQL isnt it? Btw i tried the outer join, it worked for 20mins and then locked solid. This isnt the only problem i have, the other problem is no matter how i I'm very stuck as you can imagine lol. Cheers. ANDY |