"Mulugeta Maru" <[EMAIL PROTECTED]> wrote:
>Table structure:
>
>CREATE TABLE `players` (
> `PLAYERNO` smallint(6) NOT NULL default '0',
> `NAME` char(15) NOT NULL default '',
> `INITIALS` char(3) default NULL,
> `YEAR_OF_BIRTH` smallint(6) default NULL,
> `SEX` char(1) default NULL,
> `
What is your question?
Lol exactly show some errors man :D
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
At 19:44 -0600 3/5/04, Mulugeta Maru wrote:
Table structure:
CREATE TABLE `players` (
`PLAYERNO` smallint(6) NOT NULL default '0',
`NAME` char(15) NOT NULL default '',
`INITIALS` char(3) default NULL,
`YEAR_OF_BIRTH` smallint(6) default NULL,
`SEX` char(1) default NULL,
`YEAR_JOINED` s
qldump program)
> -Original Message-
> From: Victoria Reznichenko [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 05, 2004 5:02 AM
> To: [EMAIL PROTECTED]
> Subject: Re: MySQL 5 Application Error
>
>
> "Mulugeta Maru" <[EMAIL PROTECTED]> wrote:
&g
Yes. I tried it at least three times and MySQL crashes i.e. I get disconnected. I do
use Windows 2000 to run MySQL.
-Original Message-
From: Victoria Reznichenko [mailto:[EMAIL PROTECTED]
Sent: Friday, March 05, 2004 5:02 AM
To: [EMAIL PROTECTED]
Subject: Re: MySQL 5 Application Error
"Mulugeta Maru" <[EMAIL PROTECTED]> wrote:
> I am using MySQL 5 issuing the following query when the application died on me three
> times.Query: Select name, year_of_birth from players where year_of_birth <=
> ALL(select year_of_birth from players)
>
> Note: If I only use the first part of the qu