Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
Currently, Tajo does not support non-ASCII name as a column alias
I tested a korean word as a column alias and got the following error:
tajo> select n_name as 이름 from nation_100; ERROR: extraneous input 'from' expecting Identifier LINE 1:20 select n_name as 이름 from nation_100 ^^^^
Attachments
Issue Links
- duplicates
-
TAJO-644 Support quoted identifiers
- Resolved