Author: SSWUG Research

Community

Informix 12.10: New Grid Queries

(Lester Knutsen) IBM Informix 12.10 was announced and released on March 26, 2013, but I was in South Africa working on a project and missed the launch webcast. Two days later, I was speaking at the launch of the South Africa Informix User Group with Stuart Litel, president of IIUG, and Jerry Keesee,

Community

sorted_mode Aggregate Function

(Josh Berkus) So a boolean mode() was very simple to construct, partly because booleans have only three potential values (TRUE, FALSE, NULL). However, in many cases we want mode() for, say, integers. Now, there are several constructions of mode() depending on what statistic you really want, but he