|
Chris,
You've got it backwards:
Select
curdate() as todays_results,
(curdate() - 1 days) as yesterdays_results
from
sometable
You don't even need the "as" on the iSeries.
HTH,
Peter Colpaert
Application Developer
PLI - IT - Kontich, Belgium
-----
Yoda of Borg are we. Futile is resistance, assimilated will you be.
-----
"Chris Payne" <CPayne@xxxxxxxxxxxxxxx>
Sent by: midrange-l-bounces@xxxxxxxxxxxx
29/03/2007 20:13
Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
To
<midrange-l@xxxxxxxxxxxx>
cc
Subject
SQL Dynamic column naming
Is it possible to name columns the result of a formula? For example
something like
Select
Todays_results as curdate(),
Yesterdays results as (curdate() - 1 days)
From
Sometable
___________________________________
Christopher Payne
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.