Re: [PHP] Selecting between using letters

2003-12-29 Thread Lowell Allen
How would I create a select statement in MySQL that would return a range of records from the LastName field where the value starts with a designated letter - for example, returning the range where the first letter of LastName is between A and E... Any help would be greatly appreciated.

RE: [PHP] Selecting between using letters

2003-12-29 Thread Vail, Warren
[mailto:[EMAIL PROTECTED] Sent: Monday, December 29, 2003 2:25 PM To: PHP Subject: Re: [PHP] Selecting between using letters How would I create a select statement in MySQL that would return a range of records from the LastName field where the value starts with a designated letter - for example

[PHP] Selecting between using letters

2003-12-29 Thread Doug Parker
How would I create a select statement in MySQL that would return a range of records from the LastName field where the value starts with a designated letter - for example, returning the range where the first letter of LastName is between A and E... Any help would be greatly appreciated.

RE: [PHP] Selecting between using letters

2003-12-29 Thread Vail, Warren
Message- From: Doug Parker [mailto:[EMAIL PROTECTED] Sent: Monday, December 29, 2003 2:18 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] Selecting between using letters How would I create a select statement in MySQL that would return a range of records from the LastName field where

Re: [PHP] Selecting between using letters

2003-12-29 Thread Thorsten Schmidt
Doug Parker wrote: How would I create a select statement in MySQL that would return a range of records from the LastName field where the value starts with a designated letter - for example, returning the range where the first letter of LastName is between A and E... Any help would be greatly