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


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -