Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

need help in script

Hello,

I need your help in below script error.

Can you please help on below error message.

Regards,

Kumar

2 Replies
Anil_Babu_Samineni

Can you provide Date field values. Atleast 10 values

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vishsaggi
Champion III
Champion III

did you try using quotes around your date?

Cast(REcord_UpdatedDateTime  AS DATE) >= CAST('2017-04-17 08:17:11.00'  AS DATE)

AND

CAST(REcord_UpdatedDateTime AS DATE) < CAST('2017-04-17 08:17:11.00' AS DATE)