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
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
>
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
---
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