Run the Java SE sample to understand how to perform an inner join operation.
Prérequis
There are no prerequisites for this task.
Contexte et remarques
Every employee has corresponding department information. The join operation associates data from the employee table with corresponding data from the department table. The association is made with the department number in the employee table to locate the related information in the department table.
Change to the following directory: %SQLANYSAMP16%\UltraLiteJ\J2SE.
Run the CreateDb example:
rundemo CreateDb |
Run the LoadDb example:
rundemo LoadDb |
Run the following command (the command is case sensitive):
rundemo ReadInnerJoin |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |