Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jbrown7232
Starting Member
22 Posts |
Posted - 2010-06-30 : 13:52:55
|
Hello,I have a table called Basic with 2 columns (Names and email).How can query the table for all the data and have the column names listed to identify each column of data? |
|
jimf
Master Smack Fu Yak Hacker
2875 Posts |
Posted - 2010-06-30 : 14:11:04
|
Yoicks, you need to sleep less in class!Select names,email from BasicJimEveryday I learn something that somebody else already knew |
 |
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|