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 ? 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? 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 ? 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
Archived
This topic is now archived and is closed to further replies.