I have a table with a date column as string data type when i try to retrive data by converting it to date data type getting Null values instead of getting date value
Example: select cast(ColumnName as date) from TableName
existed data before doing cast is '2022/08/22' after applying cast got Null values