sql语句中insert只是单一插入,update只是单一更新,而replace语句则是两者的功能合二为一,实现有则改、无则加。
用法和insert相同:
replace into tablename values(v1,v2);