will sqlite update create a new row if row doesnt exist
INSERT INTO example(column1, column2)
SELECT value_to_insert1, value_to_insert2
WHERE NOT EXISTS(SELECT 1 FROM example
WHERE column1 = value_to_insert AND column2 = value_to_insert);
will sqlite update create a new row if row doesnt exist
INSERT INTO example(column1, column2)
SELECT value_to_insert1, value_to_insert2
WHERE NOT EXISTS(SELECT 1 FROM example
WHERE column1 = value_to_insert AND column2 = value_to_insert);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us