fix some spells

fix
This commit is contained in:
ylz
2023-09-01 19:27:27 +08:00
parent 2499bd6079
commit 644dd6efe7
2 changed files with 7 additions and 7 deletions

View File

@ -448,7 +448,7 @@ int ObDMLStmtPrinter::print_json_return_type(int64_t value, ObDataType data_type
break;
}
case T_DATETIME: {
//oracle mode treate date as datetime
//oracle mode treats date as datetime
DATA_PRINTF("date");
break;
}