my MySQL variables like this:
| character_set_client | latin1
| character_set_connection | latin1
| character_set_database | utf8
How can i set in django could make character_set_client and
character_set_connection to 'UT
thanks, it works
在 2012年11月20日星期二UTC+8下午11时09分23秒,Tom Evans写道:
>
> On Tue, Nov 20, 2012 at 1:00 PM, peixinchen >
> wrote:
> > how i do a update in django QuerySet like this: update table t set col_a
> =
> > col_a + 2 where col_b = 1,
> >
> > i co
how i do a update in django QuerySet like this: update table t set col_a =
col_a + 2 where col_b = 1,
i could use filter take the place of "where clause", but how "set col_a =
col_a + 2" to being?
--
You received this message because you are subscribed to the Google Groups
"Django users" gro
3 matches
Mail list logo