1 Star 2 Fork 3

林中白狼 / Infrastructure

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
分区.sql 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
林中白狼 提交于 2018-08-02 17:22 . No commit message
CREATE PARTITION FUNCTION partfunPic (int)
AS RANGE RIGHT FOR VALUES (500000,1000000,1500000,2000000,2500000,3000000,3500000,4000000,4500000,5000000)
CREATE PARTITION SCHEME partschSalePic
AS PARTITION partfunPic
TO (
water_1,
water_2,
water_3,
water_4,
water_5,
water_6,
water_7,
water_8,
water_9,
water_10,
[PRIMARY])
-- CREATE TABLE [dbo].[PictureDiagnosis](
-- [id] [int] NOT NULL,
-- [stcd] [varchar](10) NULL,
-- [srcPath] [nvarchar](500) NULL,
-- [destPath] [nvarchar](500) NULL,
-- [waterLevel] [decimal](10, 2) NULL,
-- [procName] [varchar](30) NULL,
-- [picDate] [datetime] NULL,
-- [creDate] [datetime] NULL
-- ) ON partschSalePic ( id )
GO
C#
1
https://gitee.com/fq_chenzhen/Infrastructure.git
git@gitee.com:fq_chenzhen/Infrastructure.git
fq_chenzhen
Infrastructure
Infrastructure
master

搜索帮助