Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /mnt/web018/d2/82/51207682/htdocs/armbruster-it/joomla33/templates/stefans_blog_05/functions.php on line 182
... to user2015502 for this very smart solution in StackOverflow
-- General
SELECT (select from @ where ...) AS blob_column FROM DUAL;
Example
SELECT (
select BLOB_COLUMN from SAMPLE_TABLE_WITH_BLOB@REMOTE_SERVE ...