INSERT INTO [at_setlist] (uuid,title) VALUES('%s','%s') ON CONFLICT(uuid) DO UPDATE SET title=excluded.title ,is_deleted=0 ,modification_dt=unixepoch('now') WHERE uuid=excluded.uuid;