In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article is mainly about "what is the use of mysql's replace into sentence". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "what's the use of mysql's replace into sentence"?
Replace into and insert into are very similar, the only difference is that when using replace into, it will first judge whether there is the same record as the statement that will be replace into according to the primary key of the table, and if so, delete the old record first, and then insert the new record. And replace into will return a value after execution. A value of 1 means that a piece of data is inserted during execution, and a value of 2 means that the old record is deleted and the new record is inserted during execution. Although there are no serious problems in the normal use of replace into. If there is a self-increasing primary key in the table we are working on, there will be a problem. First, because the primary key value of the new record is different from that of the old record, all associations established with the old data primary key id of this table in other tables will be destroyed. Second, frequent REPLACE INTO results in a rapid increase in the value of the primary key for new records. One day. After reaching the maximum value, it will overflow because the data is too large. You won't be able to insert a new record. The data table is full, not because there is not enough space, but because the value of the primary key cannot be increased any more.
At this point, I believe you have a deeper understanding of "what is the use of mysql's replace into statement?" you might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.