If you want to pull data out and have UUID in readable format, you have to convert it to hexadecimal notation. SELECT HEX(uuid_col) FROM table;.
確定! 回上一頁