Skip to content

Instantly share code, notes, and snippets.

@BhargaviTelpunuri
Last active June 14, 2017 08:25
Show Gist options
  • Save BhargaviTelpunuri/b083fb63cf1faaafbdb1cdc260814e06 to your computer and use it in GitHub Desktop.
Save BhargaviTelpunuri/b083fb63cf1faaafbdb1cdc260814e06 to your computer and use it in GitHub Desktop.
/****** 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