I am learning MySQL from an older book, and some of the examples it give do not work in MySQL, so I am going to ask for help on those.

 select cust_contact from Customers where cust_contact like '[JM]%';
returns Empty set (0.00 sec)
What is the right way to do this?

Likewise:
mysql> select prod_name from Products where not vend_id = 'DLL01' order by prod_name;
Empty set (0.00 sec)


Bob Rea
Dragon Networks
770-458-1350


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

Reply via email to