|
Archives of the TeradataForumMessage Posted: Sat, 08 Oct 2000 @ 01:41:00 GMT
I know there have been a lot of posts on this, but I think the following is a better approach: select max(day_of_month) This is much more straight forward than the calculations we used to have to do. One comment on sys_calendar. It consists of a 1 column table with 4 views built on top of it. Each view adds more of the calendar data. Since you can't collect statistics on the derived columns, or build indexes on them, you may want to create a table that looks like the view and insert into it from the view. From then on use your table. Collect statistics, and build indexes as needed by your processing. Have fun with lots of other nice data in the calendar! Sam Mosley
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||