Verwenden Sie FORMAT (wie im Handbuch
SELECT STRING_AGG(FORMAT('%s (%s)', word, score), ', ') FROM words_scores WHERE mid=230;
Hier ist das aktualisierte SQL Fiddle .
Verwenden Sie FORMAT (wie im Handbuch
SELECT STRING_AGG(FORMAT('%s (%s)', word, score), ', ') FROM words_scores WHERE mid=230;
Hier ist das aktualisierte SQL Fiddle .