RE: newbie question re: manual tutorial

2001-01-25 Thread John Wallace
Well, I loaded mySQL 3.23.32 onto my RedHat 6.2, kernel 2.2.14-5.0 box, and the installation appears to have gone well. I ran through the problem selects in the tutorial and of course it works properly. (Tutorial steps at

Re: newbie question re: manual tutorial

2001-01-23 Thread Atle Veka
try; select rticle, dealer, price from shop where price = '19.95'; notice the "'" around the value? :) Hope that does it for you. Atle On Tue, 23 Jan 2001, John Wallace wrote: mysql SELECT article, dealer, price - FROM shop - WHERE price=19.95; Empty set (0.00 sec)