SELECT statement
UNION ALL
SELECT statementThe following example is not valid because the data types of the column expressions are different (salary from emp has a different data type than last_name from raises). This example does have the same number of column expressions in each Select statement but the expressions are not in the same order by data type.
![]() |
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |