maliary Posted October 28, 2008 Share Posted October 28, 2008 Hello, I am using MSSQL 2005 and have the following query to display table column names. SELECT name FROM syscolumns WHERE ID = (SELECT id FROM sysobjects WHERE name='AADM') This displays as a column, is it possible to display the name in a row instead. Across instead of one column downwards ? Quote Link to comment https://forums.phpfreaks.com/topic/130431-display-column-name-fields-in-a-row/ Share on other sites More sharing options...
corbin Posted October 28, 2008 Share Posted October 28, 2008 No. Why not just manipulate it? Quote Link to comment https://forums.phpfreaks.com/topic/130431-display-column-name-fields-in-a-row/#findComment-676977 Share on other sites More sharing options...
maliary Posted October 30, 2008 Author Share Posted October 30, 2008 How is that ? Quote Link to comment https://forums.phpfreaks.com/topic/130431-display-column-name-fields-in-a-row/#findComment-678201 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.