On Wed, Jan 31, 2001 at 08:50:44PM +0100, leo.putz wrote : 
> Sorry for having to post the same problem a second time -
> but by now I'm really at a loss.
> Is there really no one out there to give me a hint?
> 
> I need the output of a query result (all query information is in one
> row) in one column (!). So, e.g., if you have all temperature lows in
> one row, how can I retrieve the data in form of one column?

        How about CONCAT'enating all ?

SELECT CONCAT( id, ' ', temp1, ' ', temp2) as allinone FROM Temp WHERE php meets zimt

m.

-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail:         [EMAIL PROTECTED]
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to