Viewing 7 posts - 1 through 7 (of 7 total)
Thank you to everyone for the assistance. I'm so sorry if I wasted anyone's time. I certainly appreciate all the effort on this.
May 20, 2011 at 9:33 am
Thanks so much for helping me out on this.
I'm getting a ORA-00905: missing keyword error at CROSS APPLY
May 19, 2011 at 2:24 pm
Maybe it'd be better if I posted the entire code:
SELECT A.REPORT_DATE, A.REPORT_TYPE, A.ORD_NUM, A.CKT_QTY, A.SUPP_VER, A.ORD_TYPE, A.ORDERPRO_TIN, A.BILLABLE, A.VENDOR, A.E_MRV_FLAG, A.MRV, A.ORDER_EXPEDITE, A.ORDER_EXPEDITE_TYPE, A.PROJECT, A.NASPID, A.CONV_NASPID, A.CUST_NAME, '' AS RYG,...
May 19, 2011 at 12:44 pm
I guess I'm confused what I would put in the "your table" then..
SELECT RESULTa, BUCKETa
FROM <your table>(???)
May 19, 2011 at 12:37 pm
Sorry, I think I may not have given you all of the information needed. The datea & dateb are from 2 different table. The query should read like...
May 19, 2011 at 12:26 pm
Viewing 7 posts - 1 through 7 (of 7 total)