mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add repeat MySQL compatibility alias
This commit is contained in:
parent
d7c5dd3767
commit
f49c8779a8
@ -252,7 +252,7 @@ public:
|
|||||||
|
|
||||||
void registerFunctionRepeat(FunctionFactory & factory)
|
void registerFunctionRepeat(FunctionFactory & factory)
|
||||||
{
|
{
|
||||||
factory.registerFunction<FunctionRepeat>();
|
factory.registerFunction<FunctionRepeat>(FunctionFactory::CaseInsensitive);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
TestTestTest
|
@ -0,0 +1 @@
|
|||||||
|
SELECT REPEAT('Test', 3);
|
Loading…
Reference in New Issue
Block a user