SQLite
 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

ऑटोइनक्रिकमेंट पीके कॉलम के लिए सही घोषणा integer primary key autoincrement है , नहीं integer primary key not mull auto_increment . आपके पास null . में एक टाइपो है और not null आवश्यक नहीं। sqlite में कोई अंडरस्कोर नहीं है autoincrement



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. कैसे जांचें कि SQLite में कोई तालिका मौजूद है या नहीं?

  2. SQLite रैंडम () कैसे काम करता है

  3. SQLite जाँच की कमी

  4. Android में SQLite डेटाबेस में JSON डेटा डालें

  5. स्तम्भ _ID में त्रुटि नहीं है, हालांकि यह तालिका में मौजूद है