I'm trying to insert a date in SQLite database, can anyone help me with the query this is my query:
ResultSet rs = stmt.executeQuery( "INSERT INTO date VALUES (10/10/2020)");
an this is the error that i'm having :
org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (near "30": syntax error)