Manu wrote: > it seems I cannot alias tables with the User > > for instance the folowing works fine > > SELECT Aser.uw_id FROM uw_Urblog_comment AS Aser > > but not this: > > SELECT User.uw_id FROM uw_Urblog_comment AS User It looks like I need to do more name-mangling in SQL generation, to avoid keyword clashes. Thanks for reporting this.