Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - SQL Usage » Querying and modifying data » Joins: Retrieving data from several tables » Inner and outer joins

 

Inner joins

By default, joins are inner joins. This means that rows are included in the result set only if they satisfy the join condition.

 Example