2. Using Ingres Commands : isql Command—Start Interactive SQL Terminal Monitor : isql Examples
 
Share this page                  
isql Examples
This command invokes interactive forms-based SQL on the employee database on a local node:
isql employee
This command invokes interactive forms-based SQL on the employee database on the hq remote node:
isql hq::employee
This command opens empdata, displays float4 columns in G format with two decimal places and integer1 columns with three spaces:
isql -f4g12.2 -i13 empdata