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

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

Recommended Posts

Posted

Does anybody know the what the maximum length of a SQL statement in FQL is? Is there indeed a specific limit, or does it depend on system resources?

Posted

Well, it's actually a real-life scenario, not just me inventing stuff for fun (which does happen).

I'm doing a select "IN" on a list of 13-digit ISBNs, and that list can contain the ISBNs for thousands, even tens of thousands of book titles. Not necessarily the best way of doing what I'm doing, but it got me thinking about this question. And it actually works pretty well, considering...

If there is a limit, I'd like to have a check on the length before I run the statement so the user can get a more specific error message than just "Error".

Posted

For anyone following this, I can let you know that I just ran a SQL statement that was 458,215 characters long. Worked like a charm, as long as you're patient (8 minutes).

Posted

Depends on my client. If their company keeps growing, I probably will!

Though in real life, I'm going to implement at the very least a severe warning to the user once the statement includes a more than a couple of thousand ISBNs.

This topic is 4666 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.