sql server - query to display a row data as column -
i need query execute record of row columns, eg: row holds data '101,102,103,104'.
result should be:
101 102 103 104
you can check switching-rows-and-columns-in-sql
i need query execute record of row columns, eg: row holds data '101,102,103,104'.
result should be:
101 102 103 104
you can check switching-rows-and-columns-in-sql
Comments
Post a Comment