|
A VALUES statement typed in a STRSQL statement input line,
presents a report.? Wow. I did not know that. Does it work to
generate a multiple row report for multiple VALUES separated by
commas and a multiple column report with comma separated values
enclosed in parenthesis? And handle type merging\promotion?
From x join y Using(MyNum)
Charles explained sysdummy1 pretty good. Often used in
STRSQL to test certain functions like:
select current_date from sysibm/sysdummy1
Now, it's been deprecated by the VALUES statement.
VALUES CURRENT_DATE
....+....1
VALUES
2009-05-12
You can even do a
VALUES CURRENT_DATE INTO :HostVar
Which may make more sense than a dummy read of a file (like
sysibm/sysdummy1) to get a value. <<SNIP>>
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.