我正在尝试创建一个以dot.sample
作为字段的表,并收到"query could not be parsed"
错误。
试图使用反斜杠对其进行转义,但无法正常工作。
我如何创建表格:
.create table testingTwo (dot.sample: string, normalfield: string)
答案 0 :(得分:1)
例如:
.create table MyTable (['dot.sample']: string, other_column: int)