My Collections
This is the place where I store the words when I surfing. Share with u.
这里放着我在网上看到的文章,和你一起分享。
Friday, August 21, 2015
MySQL: Change Domain Name on email address (leave username) / mountainash - Snipt
MySQL: Change Domain Name on email address (leave username) / mountainash - Snipt
update
[
TABLE
]
set
[
EMAIL
]
=
replace
([
EMAIL
],
SUBSTRING_INDEX
([
EMAIL
],
'@'
,
-
1
),
'@XYZ.COM'
);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)