dinedal / textql

Execute SQL against structured text like CSV or TSV
MIT License
9.05k stars 300 forks source link

/usr/bin/textql: Argument list too long #130

Open rivengg opened 3 years ago

rivengg commented 3 years ago

Hi all,

I got this error "/usr/bin/textql: Argument list too long" when executing many SQL statement(s) (more than 100K) to run on the data. Have the limit length of sql query ? Do you have any ideas to solve this problem?

Thank you for your support. Riven.

rivengg commented 3 years ago

Hi all, I found that this is linux command line character limit. So, I will try it in my side.