创建数据库
    psql postgres
    create database omc_bak;
    \q

    pg里不能使用
    字段名!=1
    1是指整形值
    改为
    字段名<>1
    就ok了