> 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 |
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 || ' ' ||
2 matches
Mail list logo