Showing posts with label Query : To get the calendar information. Show all posts
Showing posts with label Query : To get the calendar information. Show all posts

Thursday, 7 April 2011

Query : To get the calendar information


Query : To get the calendar information

select calendar_type,
start_date,
end_date,
period_num,
period_name
from fa_calendar_periods
where calendar_type='&calendertype'
order by 2;