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

Query on Pattern Option

Former Member
0 Likes
286

Hi folks...........

Can any one tell me how to use pattern option in select query...??

Thanks & Regards........

Rajeev

1 ACCEPTED SOLUTION
Read only

former_member787646
Contributor
0 Likes
268

Hi

Using the wildcards "%" or "_".

*Eg: Select * from <table> where name LIKE 'M%'.*

*Eg: Select * from <table> where name LIKE '____'.*

Hope it helps.

Murthy

1 REPLY 1
Read only

former_member787646
Contributor
0 Likes
269

Hi

Using the wildcards "%" or "_".

*Eg: Select * from <table> where name LIKE 'M%'.*

*Eg: Select * from <table> where name LIKE '____'.*

Hope it helps.

Murthy