blob: 2f17890cbffde9d7437e9235e184ba101cf19999 (
plain) (
blame)
1
2
|
select FormatType(TypeOf(some(distinct DateTime::ShiftMonths(x,1)))) from (select CurrentUtcDate() as x);
select FormatType(TypeOf(y)) from (select CurrentUtcDate() as x) group by DateTime::ShiftMonths(x,1) as y;
|