|
Hi Jim,
At first I thought it defines COLUMN_VALUE based on the first value,
e.g. S.SECURITY_LEVEL, so I tried wrapping it in VARCHAR(). It didn't
help. So I wrapped them all in VARCHAR() and that worked:
select HEADING, COLUMN_VALUE
from qsys2.security_info s,
lateral(values
('SECURITY_LEVEL', VARCHAR(S.SECURITY_LEVEL)),
('PENDING_SECURITY_LEVEL', VARCHAR(S.PENDING_SECURITY_LEVEL)),
('PASSWORD_LEVEL', VARCHAR(S.PASSWORD_LEVEL)),
('AUDITING_LEVEL', VARCHAR(S.AUDITING_LEVEL)),
('AUDIT_JOURNAL_RECEIVER', VARCHAR(S.AUDIT_JOURNAL_RECEIVER))
) AS T(HEADING, COLUMN_VALUE) ;
I was testing on PUB400, and S.PENDING_SECURITY_LEVEL was null, which
may or may not have anything to do with how it defines COLUMN_VALUE.
--
*Peter Dow* /
Dow Software Services, Inc.
909 793-9050
petercdow@xxxxxxxxx
pdow@xxxxxxxxxxxxxx /
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.