select group concat with join tables or move data to one column text datatype

前端 未结 0 1781
情深已故
情深已故 2021-01-16 12:23

I have Author and Books tables.

My current method to select data is I LEFT JOIN books table to Author table and use GROUP_CONCAT to get the list of books.

As t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题