I have the following table: CREATE TABLE [dbo].[POLICIES]( [policy_id] [int] NOT NULL, [row_begin_date] [datetime] NOT NULL, [row_end_date]...
Separate names with a comma.