如何將以個表的字段組合成一個字串?
是將表的欄位串起來像'欄位A,欄位B,欄位C‘嗎?
可以用 '||' 连接符
例: select field1 || field2 from table
这样就可以把 field1 || field2 拼接在一起显示