Forum Discussion

dday9's avatar
dday9
Frequent Visitor
7 years ago

Return Count of Rows Where Key Not Referenced

I am trying to return the count of rows from TableA that are not referenced in TableB, so for my raw SQL I setup the following query: SELECT TableA.Id, TableB.TableAId FROM TableA LEFT OUTER JOIN Ta...