× 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.


  • Subject: RE: null values
  • From: "Mangavalli, Ramanujam" <RamM@xxxxxxxxxxx>
  • Date: Mon, 14 May 2001 12:58:51 -0400

Title: SQL: null values
Try SELECT IFNULL(MAX(NUMBER), 0) from ....)
that way if the Max(Number) returns null (say when the table has no rows), it will be returned as 0.
 
HTH
-----Original Message-----
From: Simmerlein, Stefan [mailto:S.Simmerlein@guenther.de]
Sent: Monday, May 14, 2001 9:24 AM
To: RPG400-L@midrange.com
Subject: SQL: null values

Hi,

i have a question about null values in SQL.

I would like to use sql functions like SUM, MAX, MIN,......  in my SQLRPGLE program
The results of the sql, for example (select max(number) from......),  i have to write in a file.

The problem is, that the "SUM"-field allows null values and i also use the SQLDA.

How can i change this ?

Stefan



As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.