Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing a neg # to a positive when selecting?

Status
Not open for further replies.

cyprus106

Programmer
Apr 30, 2001
654
0
0
I'm trying to show some data, and for a complicated reason, all of the integers in a particular field are negative. They're converted to positive in the program that uses them, but I'm using a SELECT statement to show the numbers, and I need them to be shown as positives (and realistically I'd love to show a "$" in front of them, but one battle at a time").

I don't have a CLUE how to do this; is there a way to do this in the select? Hopefully somebody here can help.

Cyprus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top