How to concatenate strings from multiple rows in one column + inner join in one query

后端 未结 4 1088
南旧
南旧 2021-01-02 09:16

I have a query with the following result: query:

SELECT Tasks.TaskId, Comments.Comment, comments.timespent       
FROM   comments
INNER JOIN tasks ON commen         


        
4条回答
提交回复
热议问题