USP_SIMPLEDATALIST_BATCH2TEMPLATESIMPLEDATALISTINTEGERSTUB

Stub for a Simple Data List of type Integer

Definition

Copy


CREATE procedure dbo.USP_SIMPLEDATALIST_BATCH2TEMPLATESIMPLEDATALISTINTEGERSTUB
as
  set nocount on;

    select 
        1 as VALUE
        'Label' as LABEL