cancel
Showing results for 
Search instead for 
Did you mean: 

select statement for like

Former Member
0 Kudos

Hi,

I would like to create structure for the following statement,

select * from salary_update where emp_no like ?.

How can I implement this?. Thanks-in-advance for help.

p.s: Points will be guarantily rewarded.

Thanks,

Sunita.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can use compareOperation = LIKE

<key1>

<col4 compareOperation=”LIKE”>val%</col4>

</key1>

for more have a look at:

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Michal and Moorthy,

Thanks for the help.

/Sunita.

moorthy
Active Contributor
0 Kudos