Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6484 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

In Access I can use the following SQL statement to return only the last 10 records in the table.

SELECT TOP 10 zID FROM Customers

FileMaker gives me a parsing error on this. In my research I see that MySQL and Oracle have different syntax for this. Does FileMaker have something I can use for this feature?

Any information would be greatly appreciated. Thanks!

Posted

How about something like:

Show All Records

Go to Record [(Get Found Count) -9 ]

Omit multiple Records [10]

Show omitted only

Posted

Does FileMaker have something I can use for this feature?

Any information would be greatly appreciated. Thanks!

Well I know that your issue was with the SQL, but the last part of your post seemed as though you were looking for an alternative.

Posted

Sorry for the confusion. I meant an alternative to the SELECT TOP method of limiting the records returned. What I'm really trying to do is limit the number of records that the script goes through to determine if they should be included in the recordset.

This topic is 6484 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.