How will you write a query to target all profiles that have been created in the current month and year?
A. Year(@created) = Year(FindDate()) AND Month(@created) = Month(FindDate())
B. Year(@created) = Year(GetDate()) AND Month(@created) = Month(GetDate())
C. Year(@created) = Year(TodayDate()) AND Month(@created) = Month(TodayDate())
D. Year(@created) LIKE Year(GetDate()) AND Month(@created) LIKE Month(GetDate())
How will you write a query to target all profiles that have been created in the current month and year?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
How will you write a query to target all profiles that have been created in the current month and year?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!