提交 a2ac8f14 编写于 作者: martianzhang's avatar martianzhang

add test case for STA.004

上级 75f8b11f
...@@ -3465,6 +3465,7 @@ func TestRuleStandardName(t *testing.T) { ...@@ -3465,6 +3465,7 @@ func TestRuleStandardName(t *testing.T) {
"CREATE TABLE `tbl-name` (a int);", "CREATE TABLE `tbl-name` (a int);",
"CREATE TABLE `tbl `(a int)", "CREATE TABLE `tbl `(a int)",
"CREATE TABLE t__bl (a int);", "CREATE TABLE t__bl (a int);",
"SELECT `dataType` FROM tb;",
}, },
{ {
"CREATE TABLE tbl (a int)", "CREATE TABLE tbl (a int)",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册