Hie,
2018-01-31 15:40 GMT+01:00 Raimon Esteve :
>
>
> 2018-01-31 15:19 GMT+01:00 Cédric Krier :
>
>> On 2018-01-31 13:50, Raimon Esteve wrote:
>> > I try with python-sql to update a column to "null".
>> >
>> > Somebody know how to update to null a column?
>> >
>> > Example:
>> >
>> >
2018-01-31 15:19 GMT+01:00 Cédric Krier :
> On 2018-01-31 13:50, Raimon Esteve wrote:
> > 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_c
On 2018-01-31 13:50, Raimon Esteve wrote:
> 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 he
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.