Lines Matching refs:column
214 "CREATE OR REPLACE" syntax, column defaults specified in the CREATE TABLE
329 directly from a database. This includes, table lists, column lists,
437 the column list for that table.
440 replace the column list with the list of tables.
522 tables. The column completion is triggered via <C-C>c.
524 NOTE: The following example uses <Right> to trigger a column list while
527 Example of using column completion:
532 - If you press <Left>, this will again replace the column list with the
533 list of tables. This allows you to drill into tables and column lists
536 notice there is no delay since the column list has been cached. If you
544 requires a list of columns. There are two ways to build a column list using
546 One column at a time:
550 4. Choose the column from the list and press enter.
551 5. Enter a "," and press <C-C>c. Generating a column list
553 uses this name to determine what table to retrieve the column list.
555 on a table name the column list displayed will be for the previous
556 table. Choose a different column and move on.
560 2. Highlight the table you need the column list for.
567 6. The table name is replaced with the column list of the table is
617 column list. By default the map is <C-C>l. When generating
618 a column list, an alias can be prepended to the beginning of each
619 column, for example: e.emp_id, e.emp_name. This option has three