heavyai / heavydb

HeavyDB (formerly OmniSciDB)
https://heavy.ai
Apache License 2.0
2.95k stars 448 forks source link

Cannot use reserved word as table column name. #686

Open junrenge opened 2 years ago

junrenge commented 2 years ago

I import data from oracle, and this is a table which has a column named 'POSITION',it is a reserved word in omnisci, but I donnot want to change it, how can I do.

junrenge commented 2 years ago
企业微信截图_16340270288727
mattpulver commented 2 years ago

Hi @junrenge you may place the column name in double-quotes: "POSITION" TEXT.