| Subject | sql and speed | 
|---|---|
| Author | Duilio Foschi | 
| Post date | 2002-04-25T18:11:14Z | 
is this query 
select sum(qty) from table1
faster than
select sum(qty) from table1
where qty<>0
?
TIA
Duilio Foschi
            select sum(qty) from table1
faster than
select sum(qty) from table1
where qty<>0
?
TIA
Duilio Foschi