Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Right-click on the connection and select Query
    Image RemovedImage Added

    This will open a query tab in the middle pane.
    Image RemovedImage Added
  2. Expand the connection and drag a table from the connection into the query pane.
    Image RemovedImage Added
  3. This will initiate the query: 'select all columns from the table'.
    Image RemovedImage Added
  4. Dragging a column within the table into the query pane will add an 'order by' clause to the SQL script
    Image RemovedImage Added
  5. The 'order by' clause is displayed in the query pane:
    Image RemovedImage Added
    Note
    titleNote

    It is possible to drag more than one column into the query pane, as long as the columns come from the same table.

    Image RemovedImage Added