Hello everyone I have face this issue in sql Conversion failed when converting date and/or time from character string. I have compare two date
UserClaims.ClaimType='RenewDate' AND UserClaims.ClaimValue < GETDATE()
Hello everyone I have face this issue in sql Conversion failed when converting date and/or time from character string. I have compare two date
UserClaims.ClaimType='RenewDate' AND UserClaims.ClaimValue < GETDATE()
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Muhammad Imran AnsariPosted May 16, 2022, 10:13 AM
RohanPosted May 16, 2022, 7:17 AM
Sachin SinghPosted May 16, 2022, 6:56 AM
RohanPosted May 16, 2022, 6:46 AM
RohanPosted May 16, 2022, 6:36 AM
Sachin SinghPosted May 16, 2022, 6:30 AM
RohanPosted May 16, 2022, 6:23 AM
Sachin SinghPosted May 16, 2022, 6:19 AM
RohanPosted May 16, 2022, 6:16 AM
Sir RenewDate is a string type .
I have use this query not working
UserClaims.ClaimType='RenewDate' AND Convert(UserClaims.ClaimValue as Datetime) <
Convert(GETDATE() as Datetime)
Sachin SinghPosted May 16, 2022, 5:54 AM