mechatroner / RBQL

🦜RBQL - Rainbow Query Language: SQL-like query engine for (not only) CSV file processing. Supports SQL queries with Python and JavaScript expressions.
https://rbql.org
MIT License
276 stars 13 forks source link

Develop or document a query mode to swap 2 columns #43

Open mechatroner opened 1 year ago

mechatroner commented 1 year ago

It should be possible to do with something like this (to swap a5 and a6): Select a[:5], a6, a5, a[7:]