Peter da Silva, on Monday, November 18, 2019 08:07 PM, wrote...
>
> Assuming I'm understanding what the original message was about.
>
> Isn't this what BEGIN; INSERT OR IGNORE; UPDATE; COMMIT is the right tool for?

The original message was about adding a new record using old values from an 
existing id, let's say 'p001'.  Then, I found out that I needed to add that 
record if there was no 'p001' id.  And yes, we were using INSERT to do this. 
UPDATE wouldn't work because it can not add a new record.  So...

josé
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to