USP_DATALIST_SPONSORSHIPOPPORTUNITYAGERANGE
Displays all sponsorship opportunity age ranges.
Definition
Copy
CREATE procedure dbo.USP_DATALIST_SPONSORSHIPOPPORTUNITYAGERANGE
as
set nocount on;
select ID,
DISPLAYNAME,
MINAGE,
MAXAGE
from dbo.SPONSORSHIPOPPORTUNITYAGERANGE
order by MINAGE