As answered by others, it could not be achieved. But you could create a temporary table and insert record there. Create the view to connect to the temporary table instead of the other table. You could now update your view which would update Temporary Table.
↧