I've got the following select statement that is defeating me!

select title_id, ytd_sales from titles
where ytd_sales between 4095 and 12000;

The WHERE clause is not working... How should this be done in MySQL?

Thanks for any help,

-Jim



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to