mysql常用操作彙總(四)

數據拼接: 1.select concat ( id, '(', name,')') from shopping; 2.使用別名,生成新的key和value: select concat ( id, '(', name,')') as id_name from shopping; 3.使用算術計算,返回新的key和計算結果:(支持的算術計算包含加(+)減(-)乘(*)除(/)) select na
相關文章
相關標籤/搜索