How to use REPLACE() function with column’s data of MySQL table?
Answers
Answered by
0
there are several important points you need to know when you use REPLACE statement ;
● If you develop an application that support not only Mysql database but also other relational database management ssystem (RDBMS) , you should avoid using REPLACE statement because other RDBMS may not support it . instead you can use the combination of the DELETE and INSERT statement within a transaction....
.... please mark as brainlist.....
Similar questions