precimonito
Programmer
Hi... i need a complex query.. so i need use temporaries tables, i don`t know why in sql server didn't work .. maybe i use the incorrect syntaxis...
this is the query:
with tblTemp as ( select .....)
select col1, col2 from tblTemp
but i got a syntaxis error... everyone can help me?
thanks
Precimonito
this is the query:
with tblTemp as ( select .....)
select col1, col2 from tblTemp
but i got a syntaxis error... everyone can help me?
thanks
Precimonito