SUBWORD(string,position[,count]) A substring of the given string is returned, starting at the "position"th blank-delimited word, and of length "count" words. If "count" is not specified, then the rest of the string, starting at the "position"th word, is returned. The result never contains leading or trailing blanks, but it contains all spaces between the words extracted.