Forum Replies Created

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

  • RE: Can the agent be running while the server is Stopped

    Thanks a Lot


    Kindest Regards,

    Anthony Surendran

  • RE: Getting second last records

    Here "N" is not the number of calls.

    This is for finding the N th maximum. we have the join to deal with the one to many relation ship. so Just...


    Kindest Regards,

    Anthony Surendran

  • RE: Getting second last records

    This is for the N th maximum . Please replace N with 2 .

    please try this.

    select call_Result_id from Customer c, Call_Results CR1

    where c.custId=CR1.custId

    and (N-1)=(Select count(distinct (Call_Result_id)) from Call_Results CR2 where...


    Kindest Regards,

    Anthony Surendran

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