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
创建表字段数据类型为:point 语句检查和Sql评估报错
echo "CREATE TABLE t1 (geom point NULL COMMENT '经纬度空间')" | ./soar.darwin-amd64 -only-syntax-check
The text was updated successfully, but these errors were encountered:
看了下是 github.com/pingcap/parser 不支持spatial 数据类型
Sorry, something went wrong.
No branches or pull requests
创建表字段数据类型为:point 语句检查和Sql评估报错
echo "CREATE TABLE t1 (geom point NULL COMMENT '经纬度空间')" | ./soar.darwin-amd64 -only-syntax-check
The text was updated successfully, but these errors were encountered: