I need to convert a String to a GUID, there are lots of tutorials online about converting one to a UUID but not to a GUID. I am working in Java.
When I use a UUID, I get the following error:
ERROR: operator does not exist: character varying = uuid
Hint: No operator matches the given name and argument types. You might need to add explicit type casts.
I have tried using help from the following question but Guid doesn't seem to be a type in java and the constructor for GUID doesn't take any arguments: