|
Just looking at the query... you are missing one left parenthesis. Select * from filename where (Current date - ODCDAT) > 2 months and (Current date - ODUDAT) > 2 months or ODUDAT = blanks) <<-- you don't have a left one to match. Select * from filename where (Current date - ODCDAT) > 2 months and -->> ((Current date - ODUDAT) > 2 months or ODUDAT = blanks) Also, how are the fields defined in the file. To me it appears that you are comparing Today's date (A date value) to an alpha field. Try our New Country Benedicts -- Breakfast with a Bob Evans twist! rpg400-l-bounces@xxxxxxxxxxxx wrote on 08/16/2006 11:55:57 AM:
Hi all I need your help, I am not too much expert in SQL, Actually I have to figure it out one sql query for DB2 data base in AS400 system. ODCDAT and ODUDAT are the date fields (MDY format). Sql query should like that Select * from filename where (Current date - ODCDAT) > 2 months and (Current date - ODUDAT) > 2 months or ODUDAT = blanks) your help would be appreciated. Thank you in advance. Regards, Shailendra Kumar _______________________________________ Software Engineer, GE-GDC ,STC . Hyderabad. Ph:040-30633871(Dir) // Mob: 98664-31670 DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated. -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.