|
chgvar &sqlCmd ('select zoned(client_n,6,0) as client_n , max(case whenclient_act = ''S'' then ''S'' else '' '' end) as Field_1 from clientact
group by client_n order by client_n')nulls?
RJSIMAGE/DOCSQL SQLSTM(&SQLCMD) OUTPUT(*OUTFILE)
Field_1 is null-capable.
Is it possible to run this SELECT and create Field_1 which does NOT allow
client_act = ''S'' then ''S'' else '' '' end) as Field_1 NOT NULL from
Or do I have to Create the table first with "Not Null" for the field?
I was hoping to do something like:
chgvar &sqlCmd ('select zoned(client_n,6,0) as client_n , max(case when
clientact group by client_n order by client_n')
^^^^^^^^
RJSIMAGE/DOCSQL SQLSTM(&SQLCMD) OUTPUT(*OUTFILE)
But this doesn't work.
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.