Terme SQL utilisé pour décrire lorsqu'une instruction `SELECT` est utilisée dans le cadre d'une instruction SQL plus volumineuse. L'instruction la plus grande peut être DML et se trouve toujours entre crochets ou parenthèses.
J'ai une vue large que j'utilise depuis une application. Je pense que j'ai réduit mon problème de performances, mais je ne sais pas comment le résoudre. Une version simplifiée de la vue ressemble à ceci: SELECT ISNULL(SEId + '-' + PEId, '0-0') AS Id, *, DATEADD(minute, Duration, EventTime) AS EventEndTime …
Requête 1: select distinct email from mybigtable where account_id=345 prend 0,1 s Requête 2: Select count(*) as total from mybigtable where account_id=123 and email IN (<include all from above result>) prend 0,2 s Requête 3: Select count(*) as total from mybigtable where account_id=123 and email IN (select distinct email from …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.