How to add a query for a single table?
  • 19 Apr 2023
  • Contributors
  • Dark
    Light
  • PDF

How to add a query for a single table?

  • Dark
    Light
  • PDF

Article summary

How to add a query for a single table?

Answer:
To create a query for a table run the process
  1. From the run procedure line : gui\system\d-qyrtyp.w
  2. Once open, check to be sure the query you are thinking of adding isn't already there. 
  3. If not, click the add button.
  4. In the Table section add the table - for instance checkrecon In the selection area add:
  • FOR  EACH checkrecon fields(checkrecon)  NO-LOCK where true the syntax is For each tablename fields(tablename) no-lock where true
  • There should be NO spaces between the s in "fields" and the left parenthesis. 
  • Capitalization is unimportant.
  • Spacing is critical.

Was this article helpful?