RemingtonSteel
Programmer
Hello!
I have made this SQL Statement
Select *, substring(name,1,3) as examplename into #TempoCustomer from Customer
How can I copy(export) the #TempoCustomer into Excel?
I really appreciate your help on this.
Thanks!
Gene
I have made this SQL Statement
Select *, substring(name,1,3) as examplename into #TempoCustomer from Customer
How can I copy(export) the #TempoCustomer into Excel?
I really appreciate your help on this.
Thanks!
Gene