Home > Database > Mysql Tutorial > mysql字符串链接与值设置_MySQL

mysql字符串链接与值设置_MySQL

WBOY
Release: 2016-06-01 13:34:03
Original
884 people have browsed it

bitsCN.com


mysql字符串链接与值设置

 

update `vip_guest` set invite_name =( 

 

case when invite_name is null  then  NULL 

 

case when invite_name is not null then  CONCAT('0',invite_name) 

 

else "" 

 

)

 

bitsCN.com
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template