Using BIN_TO_UUID / UUID_TO_BIN
I’m trying to understand the best way to use
The below is working fine...
...but I was wondering if there was a better approach, so that the
Here is an example of what I’m looking for (
Is there any way to do something similar right now?
BIN_TO_UUID and UUID_TO_BIN (MySQL).The below is working fine...
...but I was wondering if there was a better approach, so that the
UUID<>BIN conversion would automatically apply - without having to manually specify it on each query?Here is an example of what I’m looking for (
fromSQL and toSQL are made up functions):Is there any way to do something similar right now?