5.4.6 Generating SQL with SQL Shorthand Syntax

Generate a SQL script for simple tables and views by entering SQL shorthand syntax in the the left Quick SQL pane.

Tip:

Viewing samples is a great way to learn about Quick SQL shorthand syntax. To learn more, see Loading Quick SQL Sample Models.

To generate a SQL script with SQL shorthand syntax:

  1. Navigate to the Quick SQL page:
    1. On the Workspace home page, click the SQL Workshop icon.
    2. Click Utilities.
    3. Click Quick SQL.
  2. In the left pane, enter SQL shorthand syntax.

    The generated SQL displays in the right pane under the SQL tab.

    You can save the generated script, or review and run the script.

  3. To save the generated SQL script:
    1. In the right pane, click the SQL Actions menu (three vertical dots) and select Save SQL Script.
      The Save Script dialog appears.
    2. In the Save Script dialog:
      • Script Name - Enter a name.

      • Click Save Script.

      The script is saved in SQL Scripts.

  4. To run the SQL script, click Review and Run above the right pane.
    SQL Scripts appears. To learn more, see Using SQL Scripts.
  5. To reset Quick SQL and remove any entered text:
    • In the left pane, click the Quick SQL Actions menu (three vertical dots) and select Reset.

      Any previously entered text and corresponding SQL disappears.