...
| Code Block | ||
|---|---|---|
| ||
update ip2location_db3_ipv6 set
ip_from = (SUBSTRING(REPLICATE('0', 39), 1, 39 - LEN(ip_from)) + ip_from),
ip_to = (SUBSTRING(REPLICATE('0', 39), 1, 39 - LEN(ip_to)) + ip_to); |
Again, this process wil will take some time depending on the machine power.
...