Re: show tables bug - minor update

2001-03-15 Thread Canadian Lumberer
Hi Greg, If you are speaking about show tables returns blank lines, than thank you very much and I hope you will find it! Please, keep us on track! Best regards, Lumberer. On Mon, Mar 12, 2001 at 09:57:28PM +, Greg Cope wrote: > The following C and CXX flags will work (/usr/local/bin/gcc i

Re: Bug with 'show databases|tables'

2001-03-07 Thread Canadian Lumberer
Hi, I hope to be helpful for further investigation of the problem. On Wed, Mar 07, 2001 at 08:20:16AM +0700, Eugene Lineitzev wrote: > >Description: > I have found the error. On Linux RedHat 7.0 with kernel 2.2.17-14 > all 'show' commands doesn't works. They display empty tables. I

Re: DELETE statement

2001-02-18 Thread Canadian Lumberer
Hello, Personally, I am sick and tired of discussions like that. On Sun, Feb 18, 2001 at 09:36:47AM -0800, Fredrick Bartlett wrote: > I will kindly answer... Thank you Fredrick! But your answer is not the answer Lieven wanted and me too, by the way. > Subselects are not supported in current re

Re: How to create table in this case

2001-02-09 Thread Canadian Lumberer
Hi, On Fri, Feb 09, 2001 at 05:51:08PM +0530, Suresh Kumar R wrote: > In this table the entries would look like this: > > student_idhour_of_day day_of_week week_of_course > > 1 1 1 1 > 6 1 1

Re: Selecting games which a given user can join

2001-02-01 Thread Canadian Lumberer
On Thu, Feb 01, 2001 at 04:25:38AM +0300, Rus wrote: > > select t2.id from gamers t1,games t2 where t1.user="jack" and t2.id<>t1.gid > group by t2.id > > Original Message - > From: zbynek <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 31, 2001 4:31 PM > Subject