table command: Overview, syntax, and usage
The SPL2 table command returns a table that is formed from the fields that you specify.
The SPL2 table command returns a table that is formed from the fields that you specify. Columns are displayed in the same order that the fields are specified in.
Syntax
The required syntax is in bold.
table
field-list
Required parameters
field-list
Syntax: field, ...
Description: A comma-separated list of one or more field names. Use a wildcard ( * ) to specify multiple fields with similar names and enclose the name in quotation marks, for example "source*".
See also
table command