Using ODBC I am connecting to an external system which does not store the client initials only the "given_names".
I would like to write a function that will return the initials.
The other painful method is to extract them in query one initial at a time but this it time consuming and I need to use this function frequently.
I would like to write a function that will return the initials.
The other painful method is to extract them in query one initial at a time but this it time consuming and I need to use this function frequently.