INSERT [dbo].[Samples]([CreateDate], [GatewayId], [SensorId], [Value]) VALUES (@0, @1, @2, @3) Information: 0 : -- @0: '4/12/2018 2:09:46 PM' (Type = DateTime2 ...
-- This SQL script dynamically generates INSERT statements for all rows of a specified table, converting JSON-like array syntax ([]) into valid PostgreSQL array literals ({}). It handles NULL values ...