提交 11ee15b5 authored 作者: StuMc's avatar StuMc 提交者: Owner

Update help.csv

上级 8537c549
......@@ -4904,7 +4904,7 @@ public class Parser {
// clean up temp views starting with last to first (in case of dependencies)
Collections.reverse(viewsCreated);
for (TableView view : viewsCreated){
for (final TableView view : viewsCreated){
if(view==null){
continue;
}
......
......@@ -381,12 +381,6 @@ SET BINARY_COLLATION
","
Sets the collation used for comparing BINARY columns, the default is SIGNED
for version 1."
"Commands (Other)","SET BUILTIN_ALIAS_OVERRIDE","
SET BUILTIN_ALIAS_OVERRIDE
{ TRUE | FALSE } ] }
","
Allows the overriding of the builtin system date/time functions
for unit testing purposes."
"Commands (Other)","SET COLLATION","
SET [ DATABASE ] COLLATION
{ OFF | collationName [ STRENGTH { PRIMARY | SECONDARY | TERTIARY | IDENTICAL } ] }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论