我有數據列表和下面的表格。
數據:{ABC111,ABC112,ABC113,111111,111112,111113}
表:查詢多對多關係數據庫表
Column 1 Column 2 ABC111 ABC115 ABC115 111333 111111 ABC112 111111 111112 ABC123 111113 111113 ABC113
我的結果應該是像下面
結果:{ABC115 ,111333,111113,ABC113,ABC123,ABC112,111112}
說明:
數據 - ABC111與ABC115相關聯,ABC115也與111333相關聯。因此結果是ABC115,111333。 類似地,ABC113與關聯到ABC123的111113相關聯。 結果 = 111113,ABC123。
是否可以使用查詢來實現上述操作。尋找準備好的陳述,我將通過上面提到的數據。
'mysql'或'oracle'? –
尋找mysql準備的語句 – Roopashree
查看https://meta.stackoverflow.com/questions/333952/why-should-i-provide-an-mcve-for-what-seems-to-me-to-bea-a- very-simple-sql-query – Strawberry