ELECT myblob FROM mytable WHERE id=123;
This probably will (if foo is not indexed):
SELECT myblob FROM mytable ORDER BY foo;
> -Original Message-
> From: Adam Ilardi [mailto:mastaskill...@gmail.com]
> Sent: Wednesday, March 13, 2013 9:16 AM
> To: mysql
> Subject: Blo
id=123;
> This probably will (if foo is not indexed):
> SELECT myblob FROM mytable ORDER BY foo;
>
> > -Original Message-
> > From: Adam Ilardi [mailto:mastaskill...@gmail.com]
> > Sent: Wednesday, March 13, 2013 9:16 AM
> > To: mysql
> > Subject: Blob