I have a XML XML that we download from a health board.
The date stamp formatted as a string 'Mon, 22 Mar 2021 20:50:32 GMT' Is there a way to get the proper date on this, when I try using either
CONVERT(BathroomTotal,UNSIGNED) or Str_to_date(LastUpdated,'%M/%d/%Y)
it returns null values - so i am assuming that the initial format is the cause of the issue.
Any help will be appreciated
Tahnks RB