Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Problem with LIKE operator
Fri, Jun 4 2010 4:19 AMPermanent Link

Josselin

Hi,

Can someone tell me why this query doesn't work ?

SELECT *
FROM CATuntec
WHERE Code_Cat LIKE '__'

When I use this query with DBISAM table, it's working

Thanks for your help

Bruno
Fri, Jun 4 2010 4:56 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Looks like a bug to me.


select * from callstats where _result like 'WR_NG'

returns the expected rows

select * from callstats where _result like 'WR_N_'

returns nothing


Roy Lambert
Sat, Jun 5 2010 1:04 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Bruno,

<< Can someone tell me why this query doesn't work ?

SELECT *
FROM CATuntec
WHERE Code_Cat LIKE '__'

When I use this query with DBISAM table, it's working >>

It's a bug when the single wildcard is used as a trailing character in the
LIKE pattern value - I'll have a fix in build 14 for it.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image