|
MAPICS holds dates in the (100+yy)MMDD format. To convert the MAPICS date format to an an sql date format I am using this statement: SELECT DATE(concat(concat(concat(substr(char((C6ALDT-1000000)+20000000),1,4), '-'), concat(substr(char((C6ALDT-1000000)+20000000),5,2), '-')), substr(char((C6ALDT-1000000)+20000000),7,2))) FROM MBC6REP. Lengthly, but it works. To select records by comparing dates, I am using a statement such as: SELECT DATE(concat(concat(concat(substr(char((C6ALDT-1000000)+20000000),1,4), '-'), concat(substr(char((C6ALDT-1000000)+20000000),5,2), '-')), substr(char((C6ALDT-1000000)+20000000),7,2))) FROM MBC6REP WHERE DATE(concat(concat(concat(substr(char((C6ALDT-1000000)+20000000),1,4), '-'), concat(substr(char((C6ALDT-1000000)+20000000),5,2), '-')), substr(char((C6ALDT-1000000)+20000000),7,2))) <CURRENT_DATE While this sql select statement works, there must be a simpler way. I would appreciate any and all comments/suggestions. In advance, thanks -- Best regards, Mike Dreimiller Mandis Inc. 410-526-5996 Mandis-Inc@xxxxxxx
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.