VALUES

    Description

    VALUES can be used to generate a result set containing constant values.

    An example:

    1. | col1 | col2 |
    2. +------+-------+
    3. | 3 | three |
    4. +------+-------+

    All within the same column must have the same type or its types can be implicitly converted.