Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fine tuning a SPROC
Message
De
21/06/2007 13:51:37
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01234693
Message ID:
01234804
Vues:
13
I want my results to have a record for every day, which is why I put Table1 first. Plus I don't want to do an inner join because there are plenty of records in Table1 that won't have a corresponding value in Table2, and I still want to show them.

>Did you try (just in case) to switch tables around, e.g.
>
>select * from Table2 ;
>inner join table1 ;
>on table2.StartDate <= table1.RecordDate and table2.EndDate >= table1.RecordDate
>
>>Table1 contains a record for each day that contains certain interest rates.
>>Table2 contains a record for a range of days (specified by StartDate and EndDate - no overlap) that contains other interest rates.
>>
>>I want to link the tables, and view the corresponding Table2 record with each Table1 record. The tables are unrelated otherwise.
>>
Very fitting: http://xkcd.com/386/
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform