Service Registry 3.1 Update 1 Administration Guide

select Command

Executes an SQL select statement.

select Command Synopsis

select [SQL]

select Command Description

The select command selects and lists the objects that are specified by evaluating the entire command as an SQL query. If no argument is specified, the command lists any objects selected by a preceding select command or by the -sqlselect option.

select Command Operand

SQL

An SQL select statement (without the leading select because that is already present as the name of the command).

select Command Examples

The following command lists all ClassificationScheme objects in the Registry:


admin> select s.* from ClassificationScheme s