forum

Home / DeveloperSection / Forums / Problem in inserting value where not exist in database:

Problem in inserting value where not exist in database:

Anonymous User242501-Oct-2015

I want to insert value where value is not present in database table,

problem in this code:

INSERT INTO table (...)

VALUES (...)

WHERE NOT EXISTS (...)

exists using Sqlite3?
EDIT:
INSERT OR IGNORE

Is not working in my case


Updated on 27-May-2023
I am a content writter !

Can you answer this question?


Answer

2 Answers

Liked By