Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Help me please with an query...thanks

    Thank you very much. I rewrote the query using the old join style.

    
    
    SELECT DISTINCT H.sh_serial_no,
    Mini.sh_invoice_date,
    Mini.sh_meter,
    Maxi.sh_invoice_date,
    Maxi.sh_meter
    FROM SHSVCHST H,
    (SELECT S1.sh_serial_no,...

Viewing post 1 (of 2 total)