On Wednesday 23 June 2004 21:12, you wrote:
> Sad,
>
> > since BOOL expression has three possible values: TRUE,FALSE,NULL
> > plpgsql IF control structure should have three alternate blocks:
> > THEN,ELSE,NULL
> >
> > shouldn't it ?
>
> No, why?
>
> How would you construct a tri-valued IF/THEN?
On Thursday 24 June 2004 09:32, Michael Glaesemann wrote:
> On Jun 24, 2004, at 2:12 AM, Josh Berkus wrote:
> > Sad,
> >
> >> since BOOL expression has three possible values: TRUE,FALSE,NULL
> >> plpgsql IF control structure should have three alternate blocks:
> >> THEN,ELSE,NULL
> >>
> >> shouldn'
On Jun 24, 2004, at 2:12 AM, Josh Berkus wrote:
Sad,
since BOOL expression has three possible values: TRUE,FALSE,NULL
plpgsql IF control structure should have three alternate blocks:
THEN,ELSE,NULL
shouldn't it ?
No, why?
How would you construct a tri-valued IF/THEN? Doesn't seem too
likely to
Sad,
> since BOOL expression has three possible values: TRUE,FALSE,NULL
> plpgsql IF control structure should have three alternate blocks:
> THEN,ELSE,NULL
>
> shouldn't it ?
No, why?
How would you construct a tri-valued IF/THEN? Doesn't seem too likely to
me, as well as being different fro
Stef <[EMAIL PROTECTED]> writes:
> I've narrowed my problem down to the following
> Java Timestamp that I managed to insert into
> a postgres 7.3.4 database :
> Timestamp : '1475666-11-30 02:00:00.0'
> My problem is, that when I try and select from the table I inserted
> this timestamp into, I g
Clive Page <[EMAIL PROTECTED]> writes:
> The problems come with LN and LOG which Postgres uses for logarithms to
> base e and 10 respectively: the JDBC standard uses LOG and LOG10
> respectively, so that any fix would mean LOG changed its meaning. I don't
> see an easy solution here; maybe both LO
Hi all,
I've narrowed my problem down to the following
Java Timestamp that I managed to insert into
a postgres 7.3.4 database :
Timestamp : '1475666-11-30 02:00:00.0'
My problem is, that when I try and select from the table I inserted
this timestamp into, I get the following error :
ERROR: Una
The developers of Postgres over the years are to be commended on their
support for SQL Standards, but one thing that has annoyed me for some time
is that the names of several mathematical functions are seriously
non-standard. Postgres isn't actually flouting an SQL Standard in this
area as there i
cristi wrote:
I mean:
I want to select the records wich for co1,n1,l1,m1 value are the same and
has the maxim value of the ore field
adding to that value the value of the records which are not selected.
SELECT co,clo1,nl,l1,m1,SUM(ore) AS tot_ore
FROM xxx
WHERE
GROUP BY co,clo1,nl,l1,m1
ORDER BY c
Hello
since BOOL expression has three possible values: TRUE,FALSE,NULL
plpgsql IF control structure should have three alternate blocks:
THEN,ELSE,NULL
shouldn't it ?
---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
I have the following table structure:
CREATE TABLE "xxx" (
"co" character varying(7),
"co1" character varying(9),
"n1" character varying(15),
"l1" character varying(5),
"m1" smallint,
"ore" bigint
);
who contains the following date:
22021CC 1044 637 S5G8 407 5
22021CC 1044 637 S5G8 409 47
11 matches
Mail list logo