On Wed, Sep 1, 2010 at 2:21 PM, Thom Brown wrote:
> I noticed that all aggregate functions listed in the documentation
> index direct to a page listing all the aggregate functions and their
> usage, with the exception of count, max, min and sum, which direct to
> the aggregate function tutorial pa
On Sat, Sep 25, 2010 at 4:36 AM, Thom Brown wrote:
> Someone submitted a comment to the documentation which made mention of
> the fact that while we provide one form of the 3-parameter substring
> function, we don't mention an alternative one.
>
> substring(string from pattern for escape)
> can be
Hi all,
Someone submitted a comment to the documentation which made mention of
the fact that while we provide one form of the 3-parameter substring
function, we don't mention an alternative one.
substring(string from pattern for escape)
can be written:
substring(string, pattern, escape)
Curiousl