Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optimizing JOIN
Message
 
 
À
30/09/2003 11:08:36
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Divers
Thread ID:
00833349
Message ID:
00833507
Vues:
18
>Hi,
>
>before, optimize this:
>
>SELECT COUNT(Deceased.*) FROM Deceased JOIN ZipCross ON Deceased.Zip=Zipcross.Zip
>JOIN AreaOrder C ON B.AreaID=C.AreaID AND C.CampaignID=300
>
>
>How much time is necessary for this query?
>
Hi Fabio,

This query will take 0 seconds ( as an original one) because they both are invalid. There's no 'B' table or table alias in the either query. :)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform