Subject | Re: [ib-support] (unknown) |
---|---|
Author | Woody |
Post date | 2001-07-27T18:17:52Z |
From: "Robert F. Tulloch" <tultalk@...>
Sent: Friday, July 27, 2001 1:14 PM
Woody
Sent: Friday, July 27, 2001 1:14 PM
>is 100 and
> So how do you set up the query to get the previous rec when current PK
> prev PK is 87?Select Max(IDField) from Table where IDField < CurrentID into :NewID
>
Woody