EXPERT RESPONSE
Ordinarily, this question would have been rejected, because it
is perhaps a bit too simple.
However, I love short questions, and wanted to take this opportunity
to mention that short questions have a much better chance of being selected
for answers than longer ones. Short questions leave room for interpretation,
and thus allow me to point out best SQL practices, easier methods,
things to watch out for, and so on.
However, in this case, the answer is even shorter than the question:
select columnC
from TableName
If this wasn't what you were looking for, please
re-submit the question with a wee bit more detail.
|