現在我想在表A的名稱記錄具有不同的值表B.
例如
* A will have records A1,A1,C1,D1
* B will have records B1,B1,B1,B1
* C will have records C1,C1
* D will have records D1,E1
* E will have only one record E1
我需要輸出像
A A1,A1,C1,D1
D D1,E1
我用ListAgg
函數,但它給我所有的記錄。
任何人都可以請告訴我如何獲取記錄
請參閱附加圖片瞭解更多詳情 – anudeep
http://meta.stackoverflow.com/questions/285551/why-may-i-not-upload-images-of-code-on-so-when-asking- a問題/ 285557#285557 –
請輸入您的模式和sql – EoinS