Hi … anyone who knows whats the different between “y” (day of the year) and “d” (day) in the intervaltype?
as far as this, i never use y, except d. and i dont see the difference there…
For example, the result of
datediff(“d”,{Orders.OrderDate},currentdate)
is the same with
datediff(“y”,{Orders.OrderDate},currentdate)
raccoon (BOB member since 2008-06-19)