In SQLAnywhere when designing queries with the query editor if I accidentally choose a table that cannot be joined to another table except by a cross join SQL Anywhere will automatically create a cross join and depending on the size of the tables can freeze up the application for quite some time.
Is it possible to set SQLAnywhere to simply not join tables that cannot be joined except by cross-joining instead of being forced into a cross-join?