Editing SQL Definition

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

Example:
    SELECT
      report.clients.RecordID
    FROM
      report.clients
  

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