![]() |
.. (לתיקייה המכילה) | |
How do I do floating point division in SQL | |
There are few ways to do it including casting. Since we haven't taught you those methods, just multiply one of the sides with 1.0. For example (1.0*3)/4 = 3/(1.0*4) = 0.75 |
02360363 - Database Systems | ||||
אביב 2007-2008Spring 2007-2008Весна 2007-2008ربيع 2007-2008 | ||||
![]() |
.. (לתיקייה המכילה) | |
How do I do floating point division in SQL | |
There are few ways to do it including casting. Since we haven't taught you those methods, just multiply one of the sides with 1.0. For example (1.0*3)/4 = 3/(1.0*4) = 0.75 |