Re: Images in a table

2003-12-01 Thread Mickael Bailly
ent primary key, data LONGBLOB not null default ''); Hopa that helps On Saturday 29 November 2003 19:41, Zenzo wrote: > How can I insert images in a table if I can do it with MySQL? > > __ > Do you Yahoo!? > Free Pop-Up Blocker - Get it now >

loosing connection to server when creating a table!

2002-10-18 Thread Mickael Bailly
: ready for connections And in the directory '/var/lib/mysql/temp', there is a file 'oups.frm', but no 'oups.MYI' MySQL version is 3.23.52 handmade running on a RedHat 6.2 (linux 2.2.14) The server has no big load. Does someone know how to

Re: keeping given order in resulset

2002-03-22 Thread Mickael Bailly
All the best, > Jayasimhan A > - Original Message - > From: Mickael Bailly <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, March 22, 2002 3:13 PM > Subject: keeping given order in resulset > > > Hello ! > > > > I got a table h

Re: keeping given order in resulset

2002-03-22 Thread Mickael Bailly
t; On Friday, 22. March 2002 10:43, Mickael Bailly wrote: > > Hello ! > > > > I got a table having an auto_increment field, let's say 'id'. tis table > > has a varchar field too, let's say 'name'. > > > > Is there a way to do some

keeping given order in resulset

2002-03-22 Thread Mickael Bailly
Hello ! I got a table having an auto_increment field, let's say 'id'. tis table has a varchar field too, let's say 'name'. Is there a way to do something like: select id, name from table where id in (5,3,7) AND that mysql orders the results the way I gave into the 'IN(...)' clause ?