I need to show results where the column “promiseddate” is equal to todays date.
I have a large database and one of the columns is named “promiseddate” which holds date data in this format
1/1/2015
But in the database it isn’t set as “DATE” but as “VARCHAR”
How can I select the rows that match todays date in this format: 1/1/2015?? is it still doable even though I have them all as a “VARCHAR”?
I appreciate any help greatly and will send good luck your way.