mysql macro

2001-11-16 Thread Denis Rudakov
Hi. Is it planning add macro defintions to MySQL ? Thanx. -- Goodbye. Dannis. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To reques

Re: Alphabetizing book titles

2001-11-13 Thread Denis Rudakov
Hi. Try this: SELECT title FROM titles ORDER BY IF(SUBSTRING(title,1,4)="The ",SUBSTRING(title,5), IF(SUBSTRING(title,1,2)="A ",SUBSTRING(title,3), IF(SUBSTRING(title,1,3)="An ",SUBSTRING(title,4), title))); But in version 3.23.36 the next: SELECT title FROM titles ORDER

Re: Problem mysql installation

2001-11-04 Thread Denis Rudakov
On Mon, Oct 29, 2001 at 04:06:39PM -0300, Webmaster wrote: > Hi all; > > i have problem with mysql -3.23.42 installation on my freebsd 4.3-RELEASE, > when I execute a make > i get an error "make: no target to make". > > Thanks and have a great day! > I guess you haven't run the "configure" scri

4.1

2001-11-02 Thread Denis Rudakov
Hi. Question for MySQL developers: when the 4.1 may be released ? Thanx. dannis. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To reques