Do aggregate functions (sum, count, min, max) inherently cause table
locks?
More concretely, would the following query typically result in a table
lock?
select sum(quantity) as total
from products
Thanks,
Scott
locks?
More concretely, would the following query typically result in a table
lock?
select sum(quantity) as total
from products
Thanks,
Scott
Comment