s-news
[Top] [All Lists]

Replicating the rows of a table n times each

To: <s-news@wubios.wustl.edu>
Subject: Replicating the rows of a table n times each
From: "Tzamouranis, Ioannis C" <Ioannis.Tzamouranis@constellation.com>
Date: Wed, 10 May 2006 18:00:41 -0400
Thread-index: AcZ0cF1rkjjL9I1hTjq7s8bepbeh1wADEeoA
Thread-topic: Replicating the rows of a table n times each
Hello,

Other than looping to produce this, is there a way to replicate the rows
of a table n times each so that a table such as:
1 2 3 4
A B C D
5 6 7 8
a b c d

become

1 2 3 4
1 2 3 4
1 2 3 4
A B C D
A B C D
A B C D
5 6 7 8
5 6 7 8
5 6 7 8
a b c d
a b c d
a b c d
(where in this case n=3)?

Thanks,

Yannis T
>>> This e-mail and any attachments are confidential, may contain legal,
professional or other privileged information, and are intended solely for the
addressee.  If you are not the intended recipient, do not use the information
in this e-mail in any way, delete this e-mail and notify the sender. CEG-IP2

<Prev in Thread] Current Thread [Next in Thread>