Viewing post 1 (of 1 total)
Thank you Steve, but i want to suggest yet two ways
select test
from
(
select mynum
from dbo.myTable
) x(test);
select 15test
from dbo.myTable;
+
Your queries #1 and #6 are...
September 1, 2015 at 10:53 pm
#1823860