Are you sure LIKE isn't working? I would think LIKE "a%" would work. For
0-9, I would think you can use <= 9 or you can use BETWEEN 0 and 9.
Silly me, the reason it was not working was I am so used to %something% and
used that instead of
something%
Anyway, it was a not a useless post for me
On Fri, Oct 24, 2008 at 11:08 AM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Fri, 2008-10-24 at 10:49 -0400, Andrew Ballard wrote:
>> On Fri, Oct 24, 2008 at 10:22 AM, Robert Cummings <[EMAIL PROTECTED]> wrote:
>> >> As for the numeric comparison, I know MySQL has a REGEXP comparison
>> >> sim
On Fri, 2008-10-24 at 10:49 -0400, Andrew Ballard wrote:
> On Fri, Oct 24, 2008 at 10:22 AM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> >> As for the numeric comparison, I know MySQL has a REGEXP comparison
> >> similar to the LIKE comparator, but I don't know enough about MySQL to
> >> know if i
On Fri, Oct 24, 2008 at 10:22 AM, Robert Cummings <[EMAIL PROTECTED]> wrote:
>> As for the numeric comparison, I know MySQL has a REGEXP comparison
>> similar to the LIKE comparator, but I don't know enough about MySQL to
>> know if it can similarly benefit from indexes the same way. (SQL
>> Server
On Fri, 2008-10-24 at 10:20 -0400, Andrew Ballard wrote:
> On Thu, Oct 23, 2008 at 10:49 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> > On Thu, 2008-10-23 at 19:30 -0700, Ryan S wrote:
> >> Hey all,
> >> Was wondering how this is done, have a bunch of links like so:
> >> 0-9 : a : b : c ->
On Thu, Oct 23, 2008 at 10:49 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Thu, 2008-10-23 at 19:30 -0700, Ryan S wrote:
>> Hey all,
>> Was wondering how this is done, have a bunch of links like so:
>> 0-9 : a : b : c -> till Z
>>
>> these will be linked to the program (so far have done
On Thu, 2008-10-23 at 19:30 -0700, Ryan S wrote:
> Hey all,
> Was wondering how this is done, have a bunch of links like so:
> 0-9 : a : b : c -> till Z
>
> these will be linked to the program (so far have done this) but when the user
> clicks any of those links I want to query the DB for jus
7 matches
Mail list logo