In the last episode (Jul 20), Jeyabalan Murugesan Sankarasubramanian said:
> Is there any equivalent of empty_blob() in mysql. Kindly guide us in
> this regard. Thanks in advance.
You didn't tell us what empty_blob() is supposed to do. If
empty_blob() checks to see whether a blob is empty:
SELECT .... WHERE myblob = '';
If empty_blob() zeroes out a blob:
UPDATE ... SET myblob = '';
blobs are just large varchars, basically.
--
Dan Nelson
[EMAIL PROTECTED]
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]