#include #include namespace DB { using FunctionSubtractMicroseconds = FunctionDateOrDateTimeAddInterval; REGISTER_FUNCTION(SubtractMicroseconds) { factory.registerFunction(); } }