hie,

I try with python-sql to update a column to "null".

Somebody know how to update to null a column?

Example:

            query = user.update(
                    columns=[user.main_company],
                    values=[None], <- I like here to update with null
                    where=user.main_company != Null)

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/CAN2HbXVn8ZJFyW_Oemjj14O%2BxDGw4CWjW24S%3D-tdP76jm1FBZA%40mail.gmail.com.

Reply via email to