Viewing 2 posts - 1 through 2 (of 2 total)
Even i am searching for same. not getting. instead of update i need to delete from source table
November 7, 2018 at 8:18 pm
#2012770
try this
select count(id)
from tablename WITH(nolock)
where gpstime between A and B
and id=123;
March 26, 2015 at 11:31 pm
#1786741