MSSQL Server 2017
Table:
CREATE TABLE [T1] ( ID decimal(28,6) NULL, S_DATE datetime NULL, AMOUNT decimal(28,6) NULL, ); INSERT INTO T1 (ID,