C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
SQL Server Transact Basic to Expert - Check if a given value is date or not using SQL
WhatsApp
Karthikeyan Anbarasan
14y
3.4
k
0
0
25
Blog
This blog shows how to check if the given value is date or not using the ISDATE keyword in SQL query
Example:
SELECT ISDATE('1/1/20110')
The expected result would be 0 which means its not date value if a valid date is given it would return as 1
People also reading
Membership not found