Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

select like search

Former Member
0 Likes
587

HI All

i want to do select with like to string

'_%' but just the first entry like

to get _123234agggh

and not 123_456

i want to do that in the select in order to filter some values

there is a way ?

Regards

Joy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
553

Hi,

I am not sure if this will work. Just try this.


'\_%'

I remember using escape sequences to negate the value of special characters.

HI All

i want to do select with like to string

'_%' but just the first entry like

to get _123234agggh

and not 123_456

i want to do that in the select in order to filter some values

there is a way ?

Regards

Joy

3 REPLIES 3
Read only

Former Member
0 Likes
553

I dint understand your question well though it sounds like quite a basic one.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
553

Ignore

Edited by: Keshu Thekkillam on Nov 4, 2009 4:04 PM

Read only

Former Member
0 Likes
554

Hi,

I am not sure if this will work. Just try this.


'\_%'

I remember using escape sequences to negate the value of special characters.