I have a string in a DB table which is separated by a comma i.e. this,is,the,first,sting
What I would like to do and don't know how is to have the string outputted like: this, is, the, first and string
Note the spaces and the last comma is replaced by the word 'and'.