The table 'SQLb73d_0' is full

2002-02-19 Thread Victoria Reznichenko
Mohamed, Tuesday, February 19, 2002, 9:50:57 AM, you wrote: MAESM> mysql> insert into table1 select distinct field1 , MIN(field2) from table2 MAESM> where field2 >="2001-12-01 00:00:00" group by field2 ; MAESM> mysql> ERROR 1114: The table 'SQLb73d_0' i

Re: The table 'SQLb73d_0' is full

2002-02-19 Thread Fred van Engen
On Tue, Feb 19, 2002 at 09:50:57AM +0200, Mohamed Abd El-Samei Mohamed wrote: > mysql> insert into table1 select distinct field1 , MIN(field2) from table2 > where field2 >="2001-12-01 00:00:00" group by field2 ; > ERROR 1114: The table 'SQLb73d_0' is full >

The table 'SQLb73d_0' is full

2002-02-18 Thread Mohamed Abd El-Samei Mohamed
mysql> insert into table1 select distinct field1 , MIN(field2) from table2 where field2 >="2001-12-01 00:00:00" group by field2 ; ERROR 1114: The table 'SQLb73d_0' is full mysql> please help to fix this error ---

The table 'SQLb73d_0' is full

2002-02-18 Thread Mohamed Abd El-Samei Mohamed
mysql> insert into table1 select distinct field1 , MIN(field2) from table2 where field2 >="2001-12-01 00:00:00" group by field2 ; ERROR 1114: The table 'SQLb73d_0' is full mysql> please help to fix this error Name : Mohamed Abd El-Samei Mohamed Title : System