記錄一些sql函數-CONCAT_WS,CONCAT等

select CONCAT_WS(',',t.user_landphone,t.user_name,t.user_sex,t.user_birthday,t.province) from lot_user t  WHERE t.user_landphone IS NOT NULL;函數 select CONCAT(t.user_landphone,‘,’,t.user_name,‘,’,t.use
相關文章
相關標籤/搜索