Insert
-- Note: You cannot insert into an identity field
INSERT INTO SchemaName.TableName (
Value1,
Value2,
) VALUES (
'SomeName',
10.02
)
-- Note: You cannot insert into an identity field
INSERT INTO SchemaName.TableName (
Value1,
Value2,
) VALUES (
'SomeName',
10.02
)