I have a table with 4 columns, 3 columns with dates and a column with a count. What I would like to do is sort the dates in a row low to high. For example 10/04/16. 10/02/2016. 10/06/16 would be sorted 10/02/16 10/04/16 10/06/16 in the same row. I thought about doing it with a case statement but is there an easier way? Thanks