Printing Each record of a table without using a cursor or temp tables ??

  • Hi,

    I have a table contains 100 of Recors and I want to print. The value for each column for every record withot using a cursor or temp tables?

    Using a simple select Query??

     

    Regards

    Amit Gupta

     

     

  • No, select statements don't print. You will have to buy a printer.


    _/_/_/ paramind _/_/_/

  • Print to where?  A printer?  The output window of QA?

    select * from table prints all the data.

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

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