Re: Images in a table

2003-12-01 Thread Mickael Bailly
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 http://companion.yahoo.com/ -- Mickael Bailly -- MySQL General

loosing connection to server when creating a table!

2002-10-18 Thread Mickael Bailly
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 make it work again ? -- NetClub'ment votre, Mickael Bailly

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

Re: keeping given order in resulset

2002-03-22 Thread Mickael Bailly
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 something like: select id, name from table where id in (5,3,7) AND that mysql orders the results the way

Re: keeping given order in resulset

2002-03-22 Thread Mickael Bailly
- 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 having an auto_increment field, let's say 'id'. tis table has a varchar field too, let's say 'name