Recent content by Steve D

  1. S

    Question Outer Join To Derived Table

    @catch.saravana Thank you for the information. I'm glad it wasn't simple!
  2. S

    Question Outer Join To Derived Table

    Hi, I have a question that seems straightforward in MSSQL Sever, but I can't figure it out in Progress SQL. I'm trying to do an outer join to a derived table / sub query. e.g. select tabA.Col1, tabDerived.Col1 From tabA Left Outer Join (select tabB.Col1, tabB.Col3 From tabB where...
Top