VALUES
Description
VALUES
can be used to generate a result set containing constant values.
An example:
| col1 | col2 |
+------+-------+
| 3 | three |
+------+-------+
All within the same column must have the same type or its types can be implicitly converted.