Skip to content

Instantly share code, notes, and snippets.

@shaneis
Created May 15, 2018 18: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 shaneis/1a8a89f9647d70a2b2e9cc31724e880b to your computer and use it in GitHub Desktop.
Save shaneis/1a8a89f9647d70a2b2e9cc31724e880b to your computer and use it in GitHub Desktop.
Just the selects troubleshooting
SELECT h.Id, h.CreateDate, h.RandomData
FROM dbo.Header AS h
WHERE h.Id = 5
SELECT h2.Id, h2.CreateDate, h2.RandomData
FROM dbo.Header2 AS h2
WHERE h2.Id = 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment