What is the maximum length of an sql query string? (maximum query statement) Ex:
SELECT * FROM ajuda WHERE (id = 1 OR id = 2 OR id = 3 OR...
@edit:
The bank I was using (access) has limits other than those set by @PauloHDSouza.
- Number of characters in an SQL statement
- Number of AND operators in a WHERE or HAVING clause
- Number of characters for a parameter in a query parameter