Find out if REPLACE statement has replaced or just inserted in MySQL

后端 未结 3 1553
粉色の甜心
粉色の甜心 2020-12-11 08:39

Is there a way in MySQL to find out if the last REPLACE statement actually replaced any row or just performed a regular insert? LAST_INSERT_ID() doesn\'t seem t

3条回答
提交回复
热议问题