Re: printing columns other than the search criteria

From: John Levine <johnl_at_iecc.com>
Date: Tue, 8 Nov 2016 09:21:14 +0000 (UTC)
Message-ID: <nvs5ea$fns$1_at_miucha.iecc.com>


>Select * from archive where rain > '{0}' print _at_datetime @baro

Are datetime and baro fields in the record? If so you mean this:

        select datetime, baro from archive where rain > {0};

If they're something else, you need to give us more clues about what you are trying to do. Received on Tue Nov 08 2016 - 10:21:14 CET

Original text of this message