How can we transpose a table using SQL (changing rows to column or vice-versa) ? Technology Community › Category: SQL › How can we transpose a table using SQL (changing rows to column or vice-versa) ? 0 Vote Up Vote Down VietMX Staff asked 4 years ago The usual way to do it in SQL is to use CASE statement or DECODE statement