Using the web2py DAL, how do a create a query to select for records will NULL values in a particular field?
Use this pattern: db(db.table.field==None).select()
db(db.table.field==None).select()