printing columns other than the search criteria

From: Eric <erbenton_at_comcast.net>
Date: Mon, 7 Nov 2016 20:32:05 -0800
Message-ID: <nvrkf9$i9l$3_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 @baro

The criteria determines the row but the data printed isn't the criteria its some of the other columns depending on the criteria specified.

Thanks Received on Tue Nov 08 2016 - 05:32:05 CET

Original text of this message