dinedal / textql

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

Fix for bug 125 #132

Closed Abhijeetiyengar closed 3 years ago

Abhijeetiyengar commented 3 years ago

Example : select from sample_data where value1 = '11;11' ;select from sample_data where value1 = 3333

dinedal commented 3 years ago

Thanks for your contribution!