Created
January 4, 2011 22:02
-
-
Save jboeke/765528 to your computer and use it in GitHub Desktop.
Test SQL Views (The Hard Way)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT TOP 1 FROM viewFoo1 | |
SELECT TOP 1 FROM viewFoo2 | |
SELECT TOP 1 FROM viewFoo3 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment