以下のような2つのテーブルがあります。
TableA --> categoryId(pk), categoryParentId, catName
TableB --> empId(pk), categoryId, empName, empDesignation
ofがofに等しい場所catName
から、それぞれの categoryId を持つすべてを取得したい。助けてください。TableA
categoryId=2
TableB
categoryParentId=2
TableA
結果:
1002 SE
1003 MD