Search results

  1. A

    Left outer join fails to return values for joined table

    Fixed (parameter type mismatch). Thanks anyway.
  2. A

    Left outer join fails to return values for joined table

    Hello All, I'm trying to execute a left outer join on two tables - it's a bit convoluted, but what I'm trying to achieve is something like all rows in a subset of the first table and, where available, the value of a single column in a related table (also constrained by a condition). This is to...
Back
Top