Hi.
I'm new in SqlServer programing.
Is it possible to do something like this ( It is common construction in oracle )
Select X from(
select a+1 as X from tab1
)
without creating view containig subquery ?
thx. MD
I'm new in SqlServer programing.
Is it possible to do something like this ( It is common construction in oracle )
Select X from(
select a+1 as X from tab1
)
without creating view containig subquery ?
thx. MD
Comment