How to CONVERT Empty String To Null DateTime in SQL?
You can use the ISNULL function in SQL to convert an empty string to a null DateTime value: Assuming you are using SQL Server, you can use the TRY_CONVERT() function…
You can use the ISNULL function in SQL to convert an empty string to a null DateTime value: Assuming you are using SQL Server, you can use the TRY_CONVERT() function…