Last active
June 14, 2017 08:25
-
-
Save BhargaviTelpunuri/b083fb63cf1faaafbdb1cdc260814e06 to your computer and use it in GitHub Desktop.
This file contains 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
/****** Object: Table [dbo].[AGG_UNUSEDCARDS] Script Date: 14-06-2017 13:55:06 ******/ | |
SET ANSI_NULLS ON | |
GO | |
SET QUOTED_IDENTIFIER ON | |
GO | |
CREATE TABLE [dbo].[AGG_UNUSEDCARDS]( | |
[LEVEL] [varchar](50) NULL, | |
[GEOGRAPHY] [varchar](255) NULL, | |
[PHHCOUNT] [int] NULL, | |
[AAYCOUNT] [int] NULL, | |
[LEVEL1] [varchar](50) NULL, | |
[LEVEL2] [varchar](50) NULL, | |
[LEVEL3] [varchar](50) NULL | |
) ON [PRIMARY] | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment