Subject | how to NOT ignore case? |
---|---|
Author | martinknappe |
Post date | 2006-07-21T17:33:45Z |
hi
i have an sp, that looks like the following:
begin
for select first 20 id from dicentries where asabbildung containing
:term
and id > :idin order by id ascending into :id do
suspend;
end
as it turns out, the default behaviour seems to be that case is being
ignored when using "containing"..how can i disable that?
thanx,
martin
i have an sp, that looks like the following:
begin
for select first 20 id from dicentries where asabbildung containing
:term
and id > :idin order by id ascending into :id do
suspend;
end
as it turns out, the default behaviour seems to be that case is being
ignored when using "containing"..how can i disable that?
thanx,
martin