seatable / seatable

SeaTable: easy like a spreadsheet, powerful like a database. Unlimited rows in a single base.

Home Page:https://seatable.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL queries do not work when a column name contains "of"

NickTulett opened this issue · comments

If a table has a column name like "Name of Customer", then a SQL query like
'Select Name of Customer from Customers"
will return:
["Name of Customer": "Name of Customer", "Name of Customer": "Name of Customer"]

Also 'Select Name-of-Customer'
will show an error:
"Unexpected of"

I renamed the column, then named it back and the queries work again