How would one go about building an intrinsic function for mySql? I am wanting to make a function which will take a list of columns, strip them of punctuation and concat them with a space dilim. this would be used for searching the database. could anyone point me to where I would start?
regards Echo