Subject | Re: [firebird-support] Simple Query? |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2003-06-19T10:03:47Z |
At 09:18 19.06.2003 +0000, you wrote:
particular employee. The actual question was related to several employees,
and then you have to use one of the other suggestions.
Set
>I have a similar situation, and use one query like this:This is fine, but will only work when you want information about one
>
>SELECT FIRST 1 Employee, Job, Salary, EffDate
>FROM JobHist
>WHERE Employee=XXXXXX
>ORDER BY EffDate DESC;
>
>I would appreciate other opinions.
particular employee. The actual question was related to several employees,
and then you have to use one of the other suggestions.
Set