I need to generate an email report for a customer using T-SQL. The report needs to be in the format
Field1
Field2
Field3
Field1
Field2
Field3
Can I use SELECT from a table to do this?
Thanks
I need to generate an email report for a customer using T-SQL. The report needs to be in the format
Field1
Field2
Field3
Field1
Field2
Field3
Can I use SELECT from a table to do this?
Thanks