Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

> but why would you do your maths computations in sql?

There are number of reasons it might be more convenient in SQL.  For example, 
it could be handy to create views measured in degrees instead of radians.  That 
might make where clauses in queries a little easier to read.


> Seems like the math functions will be included by default anyways

So, can this be closed?

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42686>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to