MySQL UUID_TO_BIN and BIN_TO_UUID Functions
In this tutorial, we will study two essential MySQL functions, UUID_TO_BIN() and BIN_TO_UUID(). These functions are related to the UUID() function and are only available in MySQL version above 8.0, so upgrade your MySQL if you do not have the latest version. Also read: MySQL UUID_SHORT() Function – A Complete Guide UUID_TO_BIN() and BIN_TO_UUID() Functions …