I have one table containing a d_date column. In this column, specify only the date value.
My question is: "I want to find missing dates from this column (d_date)."
Example: This column contains dates from "January 1 to 2007" to "January 7, 2007" then I want to find the missing date between "January 1, 2007" to "January 10, 2007, and my result should be" 8-Jan-2007 "," 9-Jan-2007 "," 10-Jan-2007 ".
So how can I get this result?
source share