UUIDASBLOB è una funzione che restituisce UUID (universally unique identifiers) come BLOB.
Se (source_character_uuid) non è specificato, UUIDASBLOB crea un nuovo UUID e lo restituisce come un BLOB.
Se (source_character_uuid) è specificato, UUIDASBLOB converte un UUID di carattere esistente nel formato dddddddd_dddd_dddd_dddd_dddddddddddd nel formato BLOB. Viene generata un'eccezione se il parametro non è del formato previsto.
Il risultato è NULL se viene fornito un parametro NULL.