SQL/MX 2.x Reference Manual (H06.04+)

SQL/MX Statements
HP NonStop SQL/MX Reference Manual540440-003
2-249
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.