Subject | Re: [firebird-support] gen_uuid problem |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-05-01T16:47:48Z |
> select strlen(z.guid16), count(*) from rechnungszeile z group by 1No, because strlen() (at least in fbudf) count bytes only till zero
>
> should the result not be a stringlength of 16 for all ?
character. You must stop using UDF and use built-in functions such as
OCTET_LENGTH.
SY, SD.