Javier Gutierrez <javier.gutierrez at web.de> writes: > Here another question, I would like to know if odb-orm supports UNIONS, I > could not find any information anywhere regarding this. In case it's not > supported do you offer any alternative ? You should be able to handle SQL UNION using a native view (Section 10.6 in the manual). Boris