Open GFoley83 opened 1 year ago
tbl.comb BETWEEN @startComb AND @endComb
or tbl.comb > @startComb
or whatever. If you're sorting on timestamp rather than filtering, you can sort by the COMB field instead to improve performance, since the COMB is likely your clustered key and timestamp isn't.
Hi there. I've been using your library for years, so a very big thank you.
I was reading a comment you made here, regarding querying via the timestamp contained in the COMB:
https://github.com/richardtallent/RT.Comb/issues/10#issuecomment-453724954
Which made me question a couple of things:
Thank you!