SELECT CAST(CONVERT(varchar, dateissued, 105) AS date) FROM table1;
The above SQL statement returns null values instead of expected values. I cannot spot the error.
SELECT CAST(CONVERT(varchar, dateissued, 105) AS date) FROM table1;
The above SQL statement returns null values instead of expected values. I cannot spot the error.
Try this: