Errata
This page contains details about how to correct the error in the MONTH table.
If you downloaded a copy of the Datadefs.zip prior to October 10, 2002, you
will have
an incorrect foreign key link for one of the months.
To correct this, do the following:
- Log on to SQL as the schema owner
- Type and execute the following SQL
update gs_month
set quarterid = '1998-Q3'
where monthid = 'May-98'
           
|