Re: Concatenate fields

2007-05-30 Thread Tim Chase
> I have a question about filtering queries concatenating fields. > I just saw in documentation the possibility to concatenate (AND, OR) > sentences, but not concatenate table-fields to filter something. Is > the Django DB-API able to do something like that? > > [SQL] > WHERE lower(table1.label |

Concatenate fields

2007-05-30 Thread Gabriel Laet
Hi, I have a question about filtering queries concatenating fields. I just saw in documentation the possibility to concatenate (AND, OR) sentences, but not concatenate table-fields to filter something. Is the Django DB-API able to do something like that? [SQL] WHERE lower(table1.label || ' ' ||