Update toLastDayOfMonth.cpp

This commit is contained in:
alexey-milovidov 2022-03-10 22:30:46 +03:00 committed by GitHub
parent 40dd7da309
commit 008760b436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ void registerFunctionToLastDayOfMonth(FunctionFactory & factory)
{
factory.registerFunction<FunctionToLastDayOfMonth>();
/// MysQL compatibility alias.
/// MySQL compatibility alias.
factory.registerFunction<FunctionToLastDayOfMonth>("LAST_DAY", FunctionFactory::CaseInsensitive);
}