trzczy
0
Q:

soql last week

Select * from case where WHERE CreatedDate = LAST_N_DAYS:30
0
select min(date), max(date)
from calendar
where week = datepart(week, getdate() - 7)
and year = datepart(year, getdate() - 7)
0

New to Communities?

Join the community