the reason he's getting the same numbers on every row is the FROM clause in the outer query -- he really only wants the two scalars in the SELECT clause, i.e. one row with two number
in SQL Server, remove the FROM clause
in Oracle, select from DUAL
etc.
which is why i axed him which dbms, eh
