RE: Blob implementation question

2013-03-13 Thread Rick James
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

Re: Blob implementation question

2013-03-13 Thread Adam Ilardi
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