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