Hi, > Should it be appropriate for the database engine to remove all join > statements if there are no references to the aliases envolved ?
Well, it could, but this isn't a very common use case. Usually (I guess in more than 99% of the cases) the query only contains the joins it needs. But I will add a feature request: "Outer joins: if no column of the outer join table is referenced, the outer join table could be removed from the query." Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
