You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Basic Responsys SQL date functions

Listing below basic SQL date functions that are supported by Responsys.

It maybe helpful to many, since not all common date functions are supported in Responsys SQL.

CREATED_DATE_ is same as today

TRUNC(CREATED_DATE_) = TRUNC(current_date) 

CREATED_DATE_ is same as yesterday

TRUNC(CREATED_DATE_) = TRUNC(current_date -1)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!