‎2008 Aug 08 6:15 AM
Hi folks...........
Can any one tell me how to use pattern option in select query...??
Thanks & Regards........
Rajeev
‎2008 Aug 08 6:23 AM
Hi
Using the wildcards "%" or "_".
*Eg: Select * from <table> where name LIKE 'M%'.*
*Eg: Select * from <table> where name LIKE '____'.*
Hope it helps.
Murthy
‎2008 Aug 08 6:23 AM
Hi
Using the wildcards "%" or "_".
*Eg: Select * from <table> where name LIKE 'M%'.*
*Eg: Select * from <table> where name LIKE '____'.*
Hope it helps.
Murthy