Re: SELECT problem with mysql 3.23.53-log

2003-06-04 Thread Egor Egorov
"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

SELECT problem with mysql 3.23.53-log

2003-06-03 Thread Stefan Schulte
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