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

Rename columns in SQL query #36

Closed iloveitaly closed 2 years ago

iloveitaly commented 2 years ago

Is there a way to rename columns? Something like:

SELECT a.Time as timestamp
mechatroner commented 2 years ago

Currently, there is no way to do this, but I really want to add this feature at some point, see https://github.com/mechatroner/RBQL/issues/29