MySQL Forums
Forum List  »  Stored Procedures

Re: When is an INSERT DETERMINISTIC?
Posted by: Peter Brawley
Date: August 06, 2017 01:57PM

A routine is considered “deterministic” if it always produces the same result for the same input parameters, and “not deterministic” otherwise. -- https://dev.mysql.com/doc/refman/5.7/en/create-procedure.html

Routines are deterministic---not queries, not Inserts.

Options: ReplyQuote


Subject
Views
Written By
Posted
4570
August 06, 2017 01:21PM
Re: When is an INSERT DETERMINISTIC?
749
August 06, 2017 01:57PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.