Chinaunix

标题: mysql concat函数 字符串连接 [打印本页]

作者: feiyang10086    时间: 2011-12-07 15:22
标题: mysql concat函数 字符串连接
mysql concat函数 字符串连接
  1.     <span style="color: #0000ff; font-size: medium;">1.concat?</span>?

  2. <span style="white-space: pre;"> </span>select concat("http://",host,":",port) from hostInfo

  3. ?

  4. <span style="color: #0000ff; font-size: medium;">2.concat_ws?</span>concat with seperator

  5. <span style="white-space: pre;"> </span>select concat("|", f1,f2 ) from table

  6. ?

  7. <span style="color: #ff0000; font-size: medium;">3.group_concat </span>? group by 的加强版

  8. <span style="white-space: pre;"> </span>select age, group_concat(name) from student_info group by age;

  9. ?

  10. ?

  11. ?
复制代码
参见

?

http://apps.hi.baidu.com/share/detail/21460200




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2