Re: have a problem

2003-04-02 Thread Stefan Hinz
Hello, > 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? This means that the table is fu

re: Have a problem when I try to connect MySQL( on Linux) thru win32

2002-11-26 Thread Egor Egorov
Cem, Tuesday, November 26, 2002, 1:13:45 PM, you wrote: CY> I have a problem with MySQL ver 3.23.52 on Linux Redhat 8. It is CY> working successfully on the server, and can response all request CY> comming on Server. But, when I try to connect to the database thru CY> any client running on a Windo

Re: Have A problem

2002-09-08 Thread DL Neil
Hi Chuck, or take a look at the LEFT() function. =dn > Try : > > SELECT * FROM yourtable WHERE word LIKE 'D%'; > > Regards, > Jocelyn > - Original Message - > From: "Chuck "PUP" Payne" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, September 08, 2002 2:42 AM > Subject: H

Re: Have A problem

2002-09-07 Thread Jocelyn Fournier
Hi, Try : SELECT * FROM yourtable WHERE word LIKE 'D%'; Regards, Jocelyn - Original Message - From: "Chuck "PUP" Payne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 08, 2002 2:42 AM Subject: Have A problem > Hi, > > I got a small problem I can't seem to do a s