Try this: SELECT regexp_matches('foobar beque bazil barf bonk', '(\\m.)',
'g') Now you have the first letters, you can use array_to_string to
get an string and use concat_str after this: Mit freundlichen Grüßen Timo Klecker Von: pgsql-general-owner@xxxxxxxxxxxxxx
[mailto:pgsql-general-owner@xxxxxxxxxxxxxx] Im Auftrag von AI Rumman I need a query to get the initial
letter of the words: Any help please. |