MySQL Query - Transpose -


how if have 1 column , want make become 1 row. please using mysql query. thank you.

column ------ 1 0 1 1 0 1 0      col1       col2       col3     col4      col5      col6       col7 | 1        | 0        | 1      | 1       | 0       | 1        | 0      | 


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -