How to repeat the same line more than once in the report 10g

How to repeat the same line more than once in the report 10g

If I print the barcode more than once
in the report;

Published by: user11106555 on May 9, 2009 05:50

OK, thought it was just a recording, then try:

SELECT COL
  FROM TABLE,
       (SELECT 1
          FROM DUAL
         CONNECT BY ROWNUM

Tags: Oracle Development

Similar Questions

Maybe you are looking for