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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Queries and data modification » Joins: Retrieving data from several tables » Inner and outer joins

 

Inner joins

By default, joins are inner joins. Rows are included in the result set only if they satisfy the join condition.

 Example