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

sap abap

Former Member
0 Likes
689

hi how to give sql qurey TO COMPARE FIELD NOT EQUALLY.

pl answer soon

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
665

Hi,

You can use either of the following.

Field1 <> field2

Field1 NE Field2.

Reward points if it is helfpul.

Regards,

Sangeetha.a

4 REPLIES 4
Read only

Former Member
0 Likes
665

hi

use the symbol

f1 <b><></b> f2.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
665

Hi,

variable1 <> variable2

Regards,

Younus

Read only

Former Member
0 Likes
665

Hello,

var1 NE var 2.

Here var1 and var2 are variables and NE is not equal to.

Reward points.

Thanks,

Tejus.

Read only

Former Member
0 Likes
666

Hi,

You can use either of the following.

Field1 <> field2

Field1 NE Field2.

Reward points if it is helfpul.

Regards,

Sangeetha.a