Max and min date value in Informix IDS 7.31
- From: "Massoroto" <alanmas@xxxxxxxxx>
- Date: 10 Jan 2006 22:23:12 -0800
Hi,
does anybody know if it is possible to get the minimum or maximum date
value within Informix IDS 7.31 within an stored procedure?
I mean something like this:
CREATE PROCEDURE PROCNAME()
LET date_variable = MINVALUE();
......
END PROCEDURE;
where date_variable is a variable of type DATE YEAR TO DAY.
I have searched within documentation and I don't find anything. If the
minimum date were 31-12-1899 for example I would like to be able set
this value automatically without having to write it.
Thank you all.
Alan
.
- Follow-Ups:
- Re: Max and min date value in Informix IDS 7.31
- From: bozon
- Re: Max and min date value in Informix IDS 7.31
- From: Superboer
- Re: Max and min date value in Informix IDS 7.31
- Prev by Date: Re: Redbook Residencies
- Next by Date: Re: Max and min date value in Informix IDS 7.31
- Previous by thread: Redbook Residencies
- Next by thread: Re: Max and min date value in Informix IDS 7.31
- Index(es):
Relevant Pages
|