textql
textql copied to clipboard
Execute SQL against structured text like CSV or TSV
Although date function is working, timediff is not found even though it's in the documentation.
My goal is to concatenate two strings, such as `first_name` and `family_name`. I tried with:`select concat(first_name, ' ', family_name) as name from survey`, the result is `no such function: CONCAT`....
👋 The last release was on Dec 17, 2015, it has been more than six years, and it would be also good to include the [go modules change](https://github.com/dinedal/textql/commit/58ee46c9bef22be28c4e917b93e6426314720ebb). Thanks!
In SQLite, `"this is a column name"` and `'this is a string literal'`. The lines are blured a little bit ([see SQLite quirk #8](https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted)), but the critical point is that...
Closes https://github.com/dinedal/textql/issues/135
Is there any possibility to execute this tool as webservice to be able to query a csv via http?
The advice of creating such an alias in the README is really good and works well: ``` alias textql='docker run --rm -it -v $(pwd):/tmp textql ' ``` but the problem...
This tool is installable via brew. in order to maintain go 1.17 support please release a new version with go modules. Homebrew/homebrew-core#47627