Was this helpful?
isql Examples
1. This command invokes interactive forms-based SQL on the employee database on a local node:
isql employee
2. This command invokes interactive forms-based SQL on the employee database on the hq remote node:
isql hq::employee
3. 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
Last modified date: 01/30/2023