SQL/MX 3.2 Reference Manual (H06.25+, J06.14+)

SQL/MX Statements
HP NonStop SQL/MX Release 3.2 Reference Manual691117-001
2-339
Examples of VALUES
This VALUES statement displays the results of the expressions and the row
subquery in the lists:
VALUES ('a','b',UPSHIFT('c')),
((SELECT jobdesc FROM job WHERE jobcode=300),'d',NULL);
(EXPR) (EXPR) (EXPR)
------------------ ------ ------
a b C
SALESREP d ?
--- 2 row(s) selected.