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