It describes the auto complete in SQL Editor.
Automatically display a list of related keywords as the users write code.
Display a list of Tables, Views, Materialized Views, and Synonyms in the current schema after the FROM clause.
Tables, Views, Materialized Views
Synonyms
Displays a list of Tables, Views, Materialized Views, and Synonyms that belong to the schema after the FROM clause.
Displays a list of Tables, Views, Materialized Views, and Synonyms after the INTO clause in an INSERT statement.
List of columns after VALUES clause in INSERT statement.
Display Procedure, Function list in CALL statement.
Procedure, Function
Lists columns of created objects after the FROM clause in SELECT statement.
The object list shows the detailed information of the object.
Ctrl + Space or . to force call it, and it automatically displays the list containing the entered string by default.
Ctrl + Space
.
The users can enter the contents of the list into the editor by clicking on the list or pressing Enter key.
Enter
Last updated 8 months ago