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

postgresqlのレコードが重複しています

    create table t2 as
    select distinct on (col1, col2, col3, col4) *
    from t;
    
    drop table t;
    alter table t2 rename to t;
    


    1. MySQL、UTF-8、絵文字

    2. 距離行列をDBに保存する

    3. java.sql.SQLException:不明なシステム変数'query_cache_size'

    4. MysqlデータベースからHTMLの動的divへのBLOBイメージの表示