select distinct ownerId, ownerType, timeframeYear from tbl_TER_BusinessPlans where timeframePeriod = 'Y01' order by ownerId, ownerType, timeframeYear select distinct ownerId, ownerType, timeframeYear, startYear, startMonth, endYear, endMonth, startDate, endDate, ownerId, ownerType from tbl_TER_BusinessPlans where timeframePeriod = 'Y01' and ownerId = and ownerType = and timeframeYear =
OwnerId OwnerType Source FiscalYear StartYear StartMonth StartDate EndYear EndMonth EndDate
#ownerId# #ownerType# Record #timeframeYear# #startYear# #startMonth# #startDate# #endYear# #endMonth# #endDate#
    Calendar #_calendar.TY.fiscalYear# #_calendar.TY.periods[1].calendarYear# #_calendar.TY.periods[1].calendarMonth# #_calendar.TY.fiscalStartDate# #_calendar.TY.periods[12].calendarYear# #_calendar.TY.periods[12].calendarMonth# #_calendar.TY.fiscalEndDate#