SQL/MX 3.x Reference Manual (H06.22+, J06.11+)

SQL/MX Statements
HP NonStop SQL/MX Reference Manual640322-001
2-278
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.