Skip to main content
Version: Next

DELETE FROM BLOB

DELETE FROM BLOB ( blob : Blob ; offset : Integer ; len : Integer )

ParameterTypeDescription
BlobBlob→BLOB from which to delete bytes
offsetInteger→Starting offset where bytes will be deleted
lenInteger→Number of bytes to be deleted
History
ReleaseChanges
6Created

Description​

The DELETE FROM BLOB command deletes the number of bytes specified by len from the BLOB blob at the position specified by offset (expressed relative to the beginning of the BLOB). The BLOB then becomes len bytes smaller.

Note​

Compatiblity note: Since this command alters the blob passed as a parameter, it does not support blob objects (4D.Blob type). See Passing blobs and blob objects to 4D commands.

See also​

INSERT IN BLOB

Properties​

Command number560
Thread safeyes