SQL script in Oracle Responsys Marketing cloud
Hello all, I need some assistance with SQL script in Oracle Responsys Marketing cloud. I need to check if certain date column larger than 7.4.22
I am using this script:
To_timestamp($b$.created_date_, 'yyyy-mm-dd hh:mm:ss') = To_timestamp('2022-04-07 00:00:00.0', 'yyyy-mm-dd hh:mm:ss')
The following is the format from our list: "2022-04-07 17:30:18.0"
I do not get any error message but also no records returned. Thanks if advance for your help