Does anyone know how, once terminal'd into a Unix box (I know very little about navigating Unix), I can execute a sql statement against the informix database installed on the system?<BR><BR>SQL Server ...
If you want to take a copy of one table and make a copy of it in another schema (under another username), you can use the SQL*Plus COPY command, or a simple <code>"create table foo as select * from ...