charlesfchang
New member
- Local time
- Tomorrow, 01:03
- Joined
- Jun 18, 2013
- Messages
- 6
Hi Experts,
has anyone done to Create a query to show rows with timestamps in between two timestamps? my variables are cutoff time and the current time where cutoff time is saved on a table (tblcontroltable.cutoff)
a pseudo code of what i want to achieve is
select date, product, timestamps
from tblsample
where date = date and timestamps > cutoff and timestamps < time
has anyone done to Create a query to show rows with timestamps in between two timestamps? my variables are cutoff time and the current time where cutoff time is saved on a table (tblcontroltable.cutoff)
a pseudo code of what i want to achieve is
select date, product, timestamps
from tblsample
where date = date and timestamps > cutoff and timestamps < time