This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Quick [hopefully] SQL Query

If I'm (for sake of argument) looking at [dbo].[NodesData] in the DB and a simple table query returns results from 30 columns, then how do I restrict that view to just the few columns I'm interested in?

Hopefully there's a magic bit of SWQL that I throw in to say just show me columns 1, 5 and 26.