sql >> データベース >  >> RDS >> Mysql

MySqlの行への列の単純なピボット

    select 'A' as title1, a as title2 from table union all
    select 'B' as title1, b as title2 from table union all
    select 'C' as title1, c as title2 from table union all
    select 'D' as title1, d as title2 from table
    



    1. これはMySQLの並べ替えのバグですか?

    2. MySQLのdata_freeがデータとインデックスを組み合わせたものよりも大きいのはなぜですか?

    3. 販売データベースを持つことの利点は何ですか?

    4. ビット演算の代替