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

how to fetch negative sign data using select statement

Former Member
0 Likes
796

hi gurus,,

i hv to fetch data which is negative in nature using select statement i m using ppdit table and wrbtr field.(it contains both negative and positive data)....wat sud i add with select statement...plz help me..

thnx in advance

Message was edited by:

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
639

Select * from ppdit into

where wrbtr < 0.

3 REPLIES 3
Read only

Former Member
0 Likes
640

Select * from ppdit into

where wrbtr < 0.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
639

HI,

I think you can use LT or < 0.0 in the WHERE clause to get all the -ve values. Once you get them treat them as negative.

Regards,

Sesh

Read only

Former Member
0 Likes
639

in your select staement where clause give where wrbtr lt 0.

regards

shiba dutta