来自专业的译者、企业、网页和免费的翻译库。
upon closer inspection, we find that since the subquery returns more than 0 row, the exists condition is true, and the condition placed inside the inner query does not influence how the outer query is run.
ma mediante un controllo più accurato, si può vedere che, poiché la sottoquery restituisce più di 0 righe, la condizione exists è effettivamente vera e la condizione posizionata all’interno della query interna non influenza il modo in cui viene eseguita la query esterna.
at first, this may appear confusing, because the subquery includes the [region_name = 'west'] condition, yet the query summed up stores for all regions.
in un primo momento, questa operazione può creare qualche confusione in quanto nella sottoquery è inclusa la condizione [region_name = 'west'], eppure la query ha sommato i negozi relativi a tutte le regioni.