This one may be a little hard to explain, but here goes -
I have a table APPS and table MONTH. MONTH is a subset of APPS that contains records with a date in the month of, say, January and in 2002 (the month of choice will vary). There's a part in the query I'm trying to build where I want to extract records from APPS that are from the month indicated by the date of records in MONTH, but from 2001.
How can I extract that Month from the MONTH table without using it in the FROM (having to join the tables)? I only want to select records from APPS.
Thanks again! You guys always answer my questions quickly and I appreciate the help!
I have a table APPS and table MONTH. MONTH is a subset of APPS that contains records with a date in the month of, say, January and in 2002 (the month of choice will vary). There's a part in the query I'm trying to build where I want to extract records from APPS that are from the month indicated by the date of records in MONTH, but from 2001.
How can I extract that Month from the MONTH table without using it in the FROM (having to join the tables)? I only want to select records from APPS.
Thanks again! You guys always answer my questions quickly and I appreciate the help!