問題描述:php
批量插入數據,生產的UUID須要去掉中間的「-」。mysql
注意問題:sql
當mysql字符集編碼爲uftmp4,查詢replace(uuid(),"-","")一致ui
使用uft8mb4則不會一致編碼
replace(convert(uuid() using utf8mb4), '-','')get
bug:Function UUID() and REPLACE(), can't work togetherio
參考官網:https://bugs.mysql.com/bug.php?id=12774bug