We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SET allow_experimental_object_type=1; CREATE table github_json ( event JSON ) ENGINE = MergeTree ORDER BY tuple() 官方从22.3.1 版本后提供了JSON数据类型,针对半结构化数据比较友好,是否可以支持下这种数据类型结构
The text was updated successfully, but these errors were encountered:
好的, 我们评估一下
Sorry, something went wrong.
No branches or pull requests
SET allow_experimental_object_type=1;
CREATE table github_json
(
event JSON
)
ENGINE = MergeTree ORDER BY tuple()
官方从22.3.1 版本后提供了JSON数据类型,针对半结构化数据比较友好,是否可以支持下这种数据类型结构
The text was updated successfully, but these errors were encountered: