fgda logo for printout

Selected Articles

Topic: postgresql

View all articles

 

Nested SQL for calculations inside database

January 8, 2011 | Tags: django, postgresql, sql

Ever needed to recalculate some fields in your Django models and wondered how it can be done efficiently? SQL might be the answer. Let me first explain the problem that made me think about it.