Search results

  1. A

    SQL Query question

    This does not work inside the query builder...Is there a way to make it work inside a query, rather than building code? A
  2. A

    SQL Query question

    Have two tables UseCases and UseCaseNotes, where UseCases is the parent table. Trying to get the name, owner, start date, and status along with the latest Note Date, and the associated resource and description. I started with the query below, but am having some dificulty in completing it...
  3. A

    SQL Query question

    Have two tables UseCases and UseCaseNotes, where UseCases is the parent table. Trying to get the name, owner, start date, and status along with the latest Note Date, and the associated resource and description. I started with the query below, but am having some dificulty in completing it...
Back
Top Bottom