× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



chgvar &sqlCmd ('select zoned(client_n,6,0) as client_n , max(case when client_act = ''S'' then ''S'' else '' '' end) as Field_1 from clientact group by client_n order by client_n')

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 nulls?

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 client_act = ''S'' then ''S'' else '' '' end) as Field_1 NOT NULL from clientact group by client_n order by client_n')
^^^^^^^^
RJSIMAGE/DOCSQL SQLSTM(&SQLCMD) OUTPUT(*OUTFILE)

But this doesn't work.

Thanks

______________________________________________________________________
This outbound email has been scanned for all viruses by the MessageLabs Skyscan service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.