SQL> SELECT ABS(nilai) * -1 FROM dual; SQL> SELECT ABS(-100) * -1 FROM dual; -100
SQL> SELECT ABS(100) * -1 FROM dual; -100 Bowo --- In [email protected], jimmy <[EMAIL PROTECTED]> wrote: > > Dear hendy, > kenapa tidak dikalikan -1 langsung saja ? > kan otomatis jadi negatif tuh. > > Regards, > Jimmy > > hendy laverton <[EMAIL PROTECTED]> wrote: > Dear All, > > Mohon bantuan-nya saya mau convert value menjadi negatif. ABS kan nilainya di jadiin positif semua, nah kalau nilainya dijadiin negatif pake apa? > > Thanks a lot, > Hendy > > > --------------------------------- > Brings words and photos together (easily) with > PhotoMail - it's free and works with Yahoo! Mail. > > [Non-text portions of this message have been removed] > > > > > > -- > -----------I.N.D.O - O.R.A.C.L.E--------------- > Keluar: [EMAIL PROTECTED] > Website: http://indo-oracle.lizt.org (NEW) > ----------------------------------------------- > > Bergabung dengan Indonesia Thin Client User Groups, > Terminal Server, Citrix, New Moon Caneveral, di: > http://indo-thin.vze.com > > > > SPONSORED LINKS > Membership database software Database mortgage software Pda database software Database management software Oracle database administration Oracle database management > > --------------------------------- > YAHOO! GROUPS LINKS > > > Visit your group "indo-oracle" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > --------------------------------- > > > > > > --------------------------------- > Yahoo! Mail > Use Photomail to share photos without annoying attachments. > > [Non-text portions of this message have been removed] > -- -----------I.N.D.O - O.R.A.C.L.E--------------- Keluar: [EMAIL PROTECTED] Website: http://indo-oracle.lizt.org (NEW) ----------------------------------------------- Bergabung dengan Indonesia Thin Client User Groups, Terminal Server, Citrix, New Moon Caneveral, di: http://indo-thin.vze.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indo-oracle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

