Skip to content

Instantly share code, notes, and snippets.

@erdaldalkiran
Last active February 7, 2021 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erdaldalkiran/a8b8b8b7a0cffde25517d1007fdf5cf3 to your computer and use it in GitHub Desktop.
Save erdaldalkiran/a8b8b8b7a0cffde25517d1007fdf5cf3 to your computer and use it in GitHub Desktop.
long running query
select *
from atable t
where t.package_no='GonderiNo'
and t.hub_id=42
and (t.date between '2021-02-04 21:00:00.000000' and '2021-02-05 21:00:00.000000');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment