Subject | Re: [Firebird-Architect] Select most recent... |
---|---|
Author | Daniel Achermann |
Post date | 2005-01-21T09:02:49Z |
Hi Jonathan
SELECT FIRST 1 .... FROM Table ORDER BY Date, ...
cheers
Daniel
>What I'm trying to acheive is simply this: I want to select the mostI solve this problem with the following statement:
>recent record in FICHESCORPS where PRODUIT has a certain specified
>value, based on a date field in a linked table called FICHES.
>
SELECT FIRST 1 .... FROM Table ORDER BY Date, ...
cheers
Daniel