• Jonathan Czar
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

I am writing a SOQL in DataLoader to pull all Contacts created in the last hour.  However, I cannot find any date function to use.  I tried CREATEDDATE >=LAST_N_DAYS:0.0417, but it only accepts integers.  Is there a function I can use?

 

Thanks in advance
PS Sorry if I put this in the wrong topic group.  I was not sure where it would go.  This is my first posted question.

I am writing a SOQL in DataLoader to pull all Contacts created in the last hour.  However, I cannot find any date function to use.  I tried CREATEDDATE >=LAST_N_DAYS:0.0417, but it only accepts integers.  Is there a function I can use?

 

Thanks in advance
PS Sorry if I put this in the wrong topic group.  I was not sure where it would go.  This is my first posted question.