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

データベースが原因でアプリが動作を停止しました

    android.database.sqlite.SQLiteException: near "mull": syntax error (code 1): , while compiling: create table contacts (id integer primary key not mull auto_increment
    

    自動インクリメントPK列の正しい宣言は、integer primary key autoincrementです。 、integer primary key not mull auto_incrementnullにタイプミスがあります およびnot null 必須ではありません。 sqlite autoincrementにはアンダースコアはありません 。



    1. MySQLを使用して3つのテーブルを結合する

    2. Oracleは外部キーを取得します

    3. PHP(MySQL)エラー:警告:mysql_num_rows()はパラメーター1がリソースであることを期待しています

    4. MySQLで秒を時間値に変更する方法