Editing SQL Definition

The Definition tab allows you to edit the view definition as SQL statement (SELECT statement it implements).

Example:
    SELECT
      clients.RecordID
    FROM
      clients
  

Hint: To customize the view of the editor and find out more features for sql editing, see Editor View and More Features.