FORMATを使用します(手動 )集計前に文字列をフォーマットするには:
SELECT STRING_AGG(FORMAT('%s (%s)', word, score), ', ') FROM words_scores WHERE mid=230;
これが
FORMATを使用します(手動 )集計前に文字列をフォーマットするには:
SELECT STRING_AGG(FORMAT('%s (%s)', word, score), ', ') FROM words_scores WHERE mid=230;
これが