"Stefan Schulte" <[EMAIL PROTECTED]> wrote:
> i am analyzing a very strange behaviour of mysql-3.23-53-log
> on a Suse 8.1 system:
>
> I have created a table Customer with a column:
> customer_id int(11)
>
> Now i want to select all rows with customer_id=41:
> SELECT * from Customer WHERE c
Hi all,
i am analyzing a very strange behaviour of mysql-3.23-53-log
on a Suse 8.1 system:
I have created a table Customer with a column:
customer_id int(11)
Now i want to select all rows with customer_id=41:
SELECT * from Customer WHERE customer_id=41;
The result is: Empty set (0.13 se