HP Neoview Release 2.5 Software User Manual
Page 47
— [FIRST/LAST N] syntax
— SQL table-valued functions
— stream access to tables
Examples
•
Specify a source named “table” to access SQL table sch.dept:
table1 jdbc table sch.dept
•
Specify a source named “table2” to access an SQL table with a delimited schema
and table name:
table1 jdbc table "SQL"."MyTable"
•
Specify a source names “query1” to access an SQL join query:
query1 jdbc sql
"select * from sch.dept
where number_of_employees > 10"
sourcename
jms jmsname [options source-options]
This specifies a Java Messaging Service (JMS) source. jmsname is a JMS name.
source-options
one or more occurrences of source-options, separated by a comma (,). The last
source-options
should not use the comma separator.
These options can be specified at the source level or provided for all sources as global options:
Options for file sources:
•
•
•
•
Options for pipe sources:
•
•
•
•
•
•
•
•
•
Options for jdbc sources:
•
•
•
•
•
•
•
•
•
•
•
Control File Organization and Syntax
47