SQLite Forum

In operator max list size
Login
Hi there,

I'm trying to find information about the maximum size for a list in an in-operator. I.e:

select ... where v in ('value1', 'value2'... 'valueN')

What is the maximum N allowed.

I couldn't find this information here in the forums or in the limits page.

Thanks in advance.