Untitled

 avatar
unknown
plain_text
a year ago
764 B
7
Indexable
DELETE FROM bsi.mrms.mns_paramSettingLimit
DELETE FROM bsi.mrms.mns_paramSettingRs

INSERT INTO bsi.mrms.mns_paramSettingLimit (createdAt,createdBy,updatedAt,updatedBy,deletedAt,deletedBy,isDeleted,name,nominal) VALUES
	 ('getdate()',N'','1900-01-01 00:00:00.0',N'','1900-01-01 00:00:00.0',N'',0,N'Plafond IDR',N''),
	 ('getdate()',N'','1900-01-01 00:00:00.0',N'','1900-01-01 00:00:00.0',N'',0,N'Plafond Valas',N'');

INSERT INTO bsi.mrms.mns_paramSettingRs (createdAt,createdBy,updatedAt,updatedBy,deletedAt,deletedBy,isDeleted,name,nominal) VALUES
	 ('getdate()',N'','1900-01-01 00:00:00.0',N'','1900-01-01 00:00:00.0',N'',0,N'Segment Retail',N''),
	 ('getdate()',N'','1900-01-01 00:00:00.0',N'','1900-01-01 00:00:00.0',N'',0,N'Segment Korporat',N'');
Editor is loading...
Leave a Comment