我正在尝试使用Athena Console创建一个带有Space列名的表。
示例:“ Mag Creative”字符串
错误:此字段为必填。不允许有空格!
答案 0 :(得分:2)
您可以尝试使用双引号,例如:
SELECT i."interest expense" FROM "financial-analysis-tool"."income_statement"
答案 1 :(得分:0)
考虑到Athena列的名称为cannot contain any other special character besides underscore,该错误是问题的说明性和明确性。您必须为此列名称使用下划线。