how to get total count from outer query cursor

  • I have a cursor where it has select query
    select col1,col2,col3 from table
    where col1 is not null
    group bycol1,col2,col3

    I need a count of the query so that i can use it in inner query, How to get the count form the abouve query? need to keep it in a variable?

  • Please don't create multiple threads for the same issue.

    Please respond here

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

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

You must be logged in to reply to this topic. Login to reply