Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
Here is the prepared statement I would like to use. It does not compile. It will compile & run if I order by week, but that gives me the issue of this thread.
'select'
+ ' Week(Dec((19000000 + XDTE), 8, 0) concat ''000000''),'
+ ' XLOC, XAQT, XORD, XQTY'
+ ' from FILEA'
+ ' join FILEB on XITM = XITM2 and XDTE = XDTE2'
+ ' where XITM = ?'
+ ' group by Week(Dec((19000000 + XDTE), 8, 0)'
+ ' concat ''000000'')'
+ ' order by XDTE desc';
On 2/20/2016 3:31 PM, Alan Shore wrote:
I am not too sure what poibt you are trying to maje but i belive you have to use the year of the date as well
Maybe if you posted the sql it might help
This mailing list archive is Copyright 1997-2026 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.