Viewing 2 posts - 1 through 2 (of 2 total)
quote:hi guys,how would i write the following sql statments using pl/sql table--oracle?SELECT to_char (orderdate, 'yyyymm') as ORDERDATE, SUM(total) as SUM, ordid, custid,...
quote:
how would i write the following sql statments using pl/sql table--oracle?
SELECT to_char (orderdate, 'yyyymm') as ORDERDATE, SUM(total) as SUM, ordid, custid,...
November 20, 2003 at 6:43 pm
#482991
thanks jonathan for yout help, but am getting this erro
" where c.Custid = o.Custid
ERROR at line 3:
ORA-00933: SQL command not properly ended"
October 21, 2003 at 3:10 pm
#479005