Subject | SQL Help |
---|---|
Author | jackmills75 |
Post date | 2008-01-10T11:10:44Z |
How to return the 1st group of consecutive records that match the
criteria
i.e. in english
Select first(6) Word_No from DownLoad
Where Used = 'F' and Word_No's are consecutive
Order By Word_No
Word_No's values are 0 through 65000
using firebird 1.5
Thanks for any help
Jack
criteria
i.e. in english
Select first(6) Word_No from DownLoad
Where Used = 'F' and Word_No's are consecutive
Order By Word_No
Word_No's values are 0 through 65000
using firebird 1.5
Thanks for any help
Jack