It seems to me you have a comma too much after:
dbl.id dbl_id
Edit: Another error in the query is that you are referencing a field from table dbl:
dbl.id dbl_id
but you are not joining that table to the query so dbl.id
is an unknown entity.
jeroen
2010-02-16 14:04:58