Be aware when you use two digit year in date
When you execute the below query, as you expect, the result will be “September 26th 2049” Now, Lets see what happen when we pass 50 instead of 49 You will…
Read more »How to find whether the date is end date of the month in SQL
Working with date is very interesting, I have seen people add too much code to get desired result while it can be achievable with simple logic. Below sample is to…
Read more »How to find the Date is first day of the Week in SQL
Some time you may need to find the given date is first day of the week or not? here is the code.
Read more »