You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
223 B

USE [FastMoneyPro_Remit]
GO
/****** Object: Sequence [dbo].[WSB_SEQUENCE] Script Date: 2019-11-22 오후 5:43:52 ******/
CREATE SEQUENCE [dbo].[WSB_SEQUENCE]
AS [bigint]
START WITH 1000
INCREMENT BY 1
CACHE
GO