|
It's a little hairy on the data type, but yes it can
generate a multiline report.
VALUES 'A','B'
A B
VALUES 'A',4
++++++++++++++
4
VALUES '3',4
3
4
But reading your email showed me that if I put parenthesis around the columns I can get a multicolumn report:
VALUES ('A',4)
A 4
You can mix multicolumn and multirow, but you do have to respect data types in the multirow
VALUES (rand(), current time)
, (rand(), 'Just a string')
1.8839075899533067E-001 15:14:09
1.9336527603991821E-001 ++++++++
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.