Skip to content

Instantly share code, notes, and snippets.

@max-mulawa
Created April 29, 2011 09:11
Show Gist options
  • Save max-mulawa/948084 to your computer and use it in GitHub Desktop.
Save max-mulawa/948084 to your computer and use it in GitHub Desktop.
Failing query with temporary table
SELECT *
FROM TestCollaction tc
INNER JOIN #TestCollaction2 tc2
ON tc.NameUnicode = tc2.NameUnicode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment