Skip to content

Instantly share code, notes, and snippets.

@OliverRC
Created October 25, 2013 09:01
Show Gist options
  • Select an option

  • Save OliverRC/7151763 to your computer and use it in GitHub Desktop.

Select an option

Save OliverRC/7151763 to your computer and use it in GitHub Desktop.
Table Variable
DECLARE @ProductTotals TABLE
(
ProductID int,
Revenue money
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment