Doubt for date and datetime column coming for data string format should I convert column or not?
@sqliseasy5 ай бұрын
If the date is in the correct format then you don't need to convert .It will be converted automatically. If the date is not in the correct format then you need to first extract date in the correct format then cast it as a date .