In the last episode (Nov 04), Brent Baisley said: > I had thought it was inclusive, but in quick tests I discovered it > was not. I haven't tried to look it up in the documentation yet. In > my test I did a query on a contact database like this: select > lastname from contacts where lastname between 'A' and 'B'; > > Only 'A' names are returned. Yes, there are hundreds of 'B' names.
But are there any records where lastname = "B"? "Baker" sorts below "B", for example. -- Dan Nelson [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]