Edit Table Dialog

Applies to TestComplete 15.63, last modified on April 23, 2024

Use the Edit Table dialog to specify an alias for a table that is used by a database checkpoint. The dialog is called from the SQL Designer, which is used to create a custom query for the checkpoint:

Edit Table Dialog

The Table text box displays the original table’s name.

The Alias text box specifies the alias to be used to address the table in the query. Specify the desired alias in this box and press OK to apply the changes. TestComplete will update the query in SQL Designer in the appropriate way. Cancel will close the dialog discarding any changes.

Note: The alias should be unique. It should not coincide with other aliases or table names. Also, the alias should not coincide with SQL reserved words like From or Select.

The specified alias must conform to SQL rules used for the table names.

See Also

SQL Designer

Highlight search results