I need to get a list of actions for week 36 of 2022 from the entire database list ("Сustomers" data base)
I tried to do it this way, but it gives out only the activity of the first day of the week
DATEADD(week, 36, '2022')
I need to get a list of actions for week 36 of 2022 from the entire database list ("Сustomers" data base)
I tried to do it this way, but it gives out only the activity of the first day of the week
DATEADD(week, 36, '2022')
1条答案
按热度按时间lymgl2op1#
This should be what you are looking for, read more about DATEADD function: