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

MySQL InsertSelect-NOTNULLフィールド

    WHEREを使用するだけです 条項:

    insert ignore into table2(description)
    select description from table1
    where description <> '' and description is not null
    



    1. MySQL 5では、SELECT COUNT(1)FROMtable_nameは非常に遅いです

    2. PostgreSQLでピボットテーブルを作成する

    3. MariaDBのデータベースパフォーマンスチューニング

    4. トランザクションログ構成の問題