Hi there
I have a column (varchar(255). This column contains either dates in the format dd/mm/yyyy, the string "TBD" or the string "Abandoned".
I was wondering if there was a way to select all the data in this column but order the data so that the all the rows with dates are displayed first (in a date descending order) followed by the rest of the rows containing the strings TBD or Abandoned.
Any help would be greatly appreciated thanks.
I have a column (varchar(255). This column contains either dates in the format dd/mm/yyyy, the string "TBD" or the string "Abandoned".
I was wondering if there was a way to select all the data in this column but order the data so that the all the rows with dates are displayed first (in a date descending order) followed by the rest of the rows containing the strings TBD or Abandoned.
Any help would be greatly appreciated thanks.