THE OPERATOR "UNION" RETURNS ALL DISTINCT ROWS BY EITHER OF THE QUERIES IT APPLIES TO.
EXAMPLE:
SELECT ENAME, JOB
FROM EMP_1
UNION
SELECT ENAME, JOB
FROM EMP_2
ORDER BY ENAME;
Thanks for the reply.
Frequently, in engineering, as the values change you need to verify what they are rather than relying only on the result of the equation.
Frantic
Hi Guys,
I have MathCad 8. I need to show my formulas and their values e.g. (M = wL^2/8 = 100x10^2/8 = 1250).
I cannot get MathCad to show the values without displaying the its' assignment.
Frantic