printing specific columns only

From: Eric <erbenton_at_comcast.net>
Date: Mon, 7 Nov 2016 20:22:58 -0800
Message-ID: <nvrju7$hkm$1_at_dont-email.me>



I have a mysql query like this
[Quoted] Select * from archive where rain > '{0}

[Quoted] but i want to print some other fields with it if rain is > 0

So what i want is something like

[Quoted] Select * from archive where rain > '{0}' print _at_datetime @rain

[Quoted] Is it possible or must i specify the fields in advance after select? [Quoted] Surely this is a simple thing that many people would do? I cant find a solution using google.
Thanks Received on Tue Nov 08 2016 - 05:22:58 CET

Original text of this message