Hello mysql,

  When I execute this SQL:

  update table1 as a, table2 as b set a.field1=b.field1
  where a.field2=b.field2 and a.field3=b.field3 and a.field4=b.field4

  I received this error "execute failed: The table 'a' is full "

  What is the meaning of this?

  
  My server version: 4.0.12

  


  

-- 
Best regards,
 PandaCoop-Krasimir_Slaveykov                          mailto:[EMAIL PROTECTED]
Tel: ++359 2 942 75 94


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to