RE: columns to rows

2003-07-14 Thread Rudy Metzger
. No data date 1uyt d1 1abc d1 cheers /rudy -Original Message- From: Phil Evans [mailto:[EMAIL PROTECTED] Sent: vrijdag 11 juli 2003 17:12 To: [EMAIL PROTECTED] Subject: columns to rows Hi there. I am a rank amateur at this trying to make sense out of a heap (and

Re: columns to rows

2003-07-11 Thread Emile State
I disagree, even though I had my own share of problems in compiling 4.0.13. The clue is in the error message >> configure:error: no acceptable C compiler found in $PATH It is very likely that if he typed which cc or which gcc the reply would come back No cc (gcc) in ... (a list

Re: columns to rows

2003-07-11 Thread Victoria Reznichenko
"Phil Evans" <[EMAIL PROTECTED]> wrote: > Hi there. I am a rank amateur at this trying to make sense out of a heap (and > growing) of data. > > I have a resultset with this structure: > > nodatadate > 1uytd1 > 1klhd2 > 1oiud3 > 2kjhd1 > 2kljhd2 > 2

Re: columns to rows

2003-07-11 Thread harm
On Sat, Jul 12, 2003 at 01:11:41AM +1000, Phil Evans wrote: > Hi there. I am a rank amateur at this trying to make sense out of a heap (and > growing) of data. > > I have a resultset with this structure: > > nodatadate > 1uytd1 > 1klhd2 > 1oiud3 > 2kjhd1 >

columns to rows

2003-07-11 Thread Phil Evans
Hi there. I am a rank amateur at this trying to make sense out of a heap (and growing) of data. I have a resultset with this structure: nodatadate 1uytd1 1klhd2 1oiud3 2kjhd1 2kljhd2 2asdd3 that I wish to convert to this structure. no