Subject | Re: [firebird-support] converting mssql to firebird |
---|---|
Author | Mark Rotteveel |
Post date | 2012-05-09T07:06:55Z |
On Tue, 8 May 2012 21:24:26 +0200, "Olaf Kluge" <olaf.kluge@...>
wrote:
MIN and MAX:
ie:
min(Datum) as Datum, min(Zeit) as Zeit,
and
max(Datum) as Datum, max(Zeit) as Zeit,
Mark
wrote:
> Hello dear helper,Perhaps
>
> I should convert an existing mssql stored procedure into firebird.
> anybody can help me. The database was not created by me.from.
>
> The structure of the procedure is slightly different. Select. into .
> IThe queries are not identical: The SELECT does different combination of
> don't understand about the union with identical queries, this get all
> records two times. The structure of the database is not for my taste, no
> normal form of the data.
>
> Is there anyone who can say, why one does something and what can be the
> reason?
MIN and MAX:
ie:
min(Datum) as Datum, min(Zeit) as Zeit,
and
max(Datum) as Datum, max(Zeit) as Zeit,
Mark