ORDER BY date

hi there, I’ve got a table, with a date field. It’s not a timestamp, it’s a varchar where you enter your own date (ex. 19 January)… I would like to order that column, but when I put in “ORDER BY date”… it orders my column via the “days”… (ex. 19 January, 9 March, 20 June will be ordered : 9 March, 19 January, 20 June)

Is there ANY way I can order them by the actual DATE?

PLEASE help!!! :slight_smile:
Thanks!