I have a table whose record has a date, but this date is saved as VARCHAR , I was told that I could convert it to DATE in SELECT .
This is what I have:
SELECT * FROM tabla WHERE CONVERT (date(15), fecha, 103) = '1/01/2017';...
asked by
15.11.2017 / 16:22