MySQL :: MySQL 3.23, 4.0, 4.1 Reference Manual :: 12.2.7 SELECT Syntax
SELECT can also be used to retrieve rows computed without reference to any table. For example: mysql> SELECT 1 + 1;-> 2 From MySQL 4.1.0 on, you are permitted to specify DUAL as a dummy table name in situations where no tables are ......