Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: need debtors outstanding report

    It is SQL

  • RE: need debtors outstanding report

    sir please check below query & correct me.

    select (select RC.CUSTOMER_NUMBER from RA_CUSTOMERS RC WHERE RC.CUSTOMER_ID=ABC.CUSTOMER_ID )CUSTOMER_NUMBER,

    (select RC.CUSTOMER_NAME from RA_CUSTOMERS RC WHERE RC.CUSTOMER_ID=ABC.CUSTOMER_ID )CUSTOMER_NAME,

    abc.CT_REFERENCE,abc.COMMENTS,

    ...

Viewing 2 posts - 1 through 3 (of 3 total)