Version 6.0
BLOB size (Blob) Numerisch
Parameter | Typ | Beschreibung | |
Blob | BLOB | BLOB Feld oder Variable | |
Funktionsergebnis | Numerisch | Größe des BLOB in Bytes |
Beschreibung
Die Funktion BLOB size gibt die Größe von Blob in Bytes zurück.
Beispiele
Die Codezeile fügt dem BLOB MeinBlob 100 Bytes hinzu:
SET BLOB SIZE (BLOB size(MeinBlob)+100)
Referenz