Was this helpful?
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
Last modified date: 01/30/2023